• Stars
    star
    117
  • Rank 301,828 (Top 6 %)
  • Language
    Swift
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Swift实现的Yalantis的FoldingTabBar.iOS.

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