FLTabBar 1.0.2

FLTabBar 1.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2016

Maintained by Felix Lin.




FLTabBar 1.0.2

  • By
  • felix.lin

Customization center tabBar button.

Preview Screen Shot

MacDown Screenshot

How to use?

Import header file

#import "FLTabBarController.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]];