Skip to content

Fnoz/FNFoldingTabBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FNFoldingTabBar

Swift实现的Yalantis的FoldingTabBar.iOS.

###基础使用Demo:

	let tabController:FNFoldingTabBarController = FNFoldingTabBarController.init()
	tabController.fn_viewControllers=[vc0, vc1, vc2, vc3]
	
	let naviController = UINavigationController.init(rootViewController: tabController)
	self.window!.rootViewController = naviController
	self.window!.makeKeyAndVisible()

具体见Demo工程。

###效果: Animating

###来源: OC原版是 YalantisFoldingTabBar.iOS

About

Swift实现的Yalantis的FoldingTabBar.iOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages