Change target name in podfile Add UIImage extension
Change target name in podfile
Add UIImage extension
This library is for adding animation to iOS tabbar items, which is inherited from UITabBarController.
Just add the Sources folder to your project.
or use CocoaPods with Podfile:
pod 'CardTabBar'
or Swift Package Manager
import CardTabBar class TabBarController: CardTabBarController { override func viewDidLoad() { super.viewDidLoad() setupViewController() setupUI() } func setupUI() { tabBar.tintColor = .TabBar.title tabBar.backgroundColor = .background tabBar.barTintColor = .Navigation.background tabBar.indicatorColor = .TabBar.itemBackground } func setupViewController() { viewControllers = [UIViewController(), UIViewController()] } }
The library is available as open source under the terms of the MIT License.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
This library is for adding animation to iOS tabbar items, which is inherited from UITabBarController.
Installation
Just add the Sources folder to your project.
or use CocoaPods with Podfile:
or Swift Package Manager
Usage
License
The library is available as open source under the terms of the MIT License.