Skip to content

FelixLinBH/FLTabBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLTabBar

Customization center tabBar button.

TabBar button can be touch in prominent shape.

Support Portrait and Landscape.

##Preview Screen Shot

MacDown Screenshot

##How to use? ###Use Cocoapods

pod "FLTabBar"

Import header file

#import "FLTabBarController.h"
#import "FLObject.h"

###Use FLObject to create tabBar item.

LObject *one = [[FLObject alloc]initWithViewController:[[OneViewController alloc]init] title:@"one" imageName:@"one" selectedImageName:@"one" isCustomImageView:NO];

###Use FLTabBarController to create TabBarController with FLObject array.

FLTabBarController *tabbarController = [[FLTabBarController alloc] initWithTabItems:@[one,two,three,four,five]];

###License

MIT.

About

Customization center tabBar button.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors