Skip to content

sandeep-india/SlidingCardsUIView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SlidingCardUIView

What it does:

UI for iOS similar to Jelly app http://jelly.co/

Screenshot

SlidingCardUIView allows you to create an array of several views (like information cards), and give to SlidingCardUIView. This class will add a gesture recognizer that allows users to drag the view down to make it disappear, and having the next view in the array pop up into the front.

The current functionality is circular - once you pull down the last view of the array and it disappears, the first view will reappear.

How to use it in 30 seconds:

1- Create a new project on XCode
2- import AVViewCOntrollerExample.h and .m, and import SlidingCardsUIView.h and .m.
3- Make sure that AVViewControllerExample is the root view controller (if using interface builder, make sure to set the class of your UIViewController on interface Builder to this class).
4- Run and start dragging to see the default values at work!

How to use in your project:

In order to edit the views, just create your UIViews programmatically (as described on UIViewControllerExample), and call -(void)showViewsFromArray:(NSArray *)views forViewController:(UIViewController *)controller;

For any questions or comments let me know!

@stenio123

About

UI for iOS similar to Jelly app (top part)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published