Skip to content

farhanpatel/FPTitleSwipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FPTitleSwipe

============

A title swipe similar to the Sparrow Mail app. Fully working. Report any bugs :)
Used inside a UINavigationController's titleview.

SceenShot

How to use

============

NSArray* titles = @[@"Page 1",@"Page 2",@"Page 3"];
FPNavTitleSwipeView* view = [[FPNavTitleSwipeView alloc] initWithFrame:CGRectMake(0, 0, 120, 40) titleItems:titles];
view.delegate = self;
[view setCurrentPageColor:[UIColor redColor]]; //optional
[view setPageColor:[UIColor lightGrayColor]]; //optional
self.navigationItem.titleView = view;

Requires

============ ARC
QuartzCore

License

FPTitleSwipe is available under the MIT license. See the LICENSE file for more info.

About

A title swipe similar to the Sparrow Mail app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages