MHCustomTabBarController:使用Storyboard和Segues完整的自定义UITabBarController实现

时间:2021-04-17 12:28:16
【文件属性】:
文件名称:MHCustomTabBarController:使用Storyboard和Segues完整的自定义UITabBarController实现
文件大小:35KB
文件格式:ZIP
更新时间:2021-04-17 12:28:16
Objective-C MHCustomTabBarController MHCustomTabBarController是使用Storyboard和segues的可自定义的UITabBarController替代品。 它使用Apples Custom Container ViewController API构建,因此需要iOS 6+。 (他的首字母也是M和H;) 设置 看看demoporject并执行以下步骤。 创建您的自定义TabBarController 将UIViewController插入情节提要中,并将类设置为“ MHCustomTabBarController”。 将一个UIView(您的“ UITabBar”)放入ViewController。 将UIButtons(您的“ UITabBarItems”)添加到视图中(按钮必须在UIView中)。 将上方(或所需位置)的容器视图添加到V
【文件预览】:
MHCustomTabBarController-master
----.gitignore(299B)
----MHCustomTabBarController()
--------MHCustomTabBarControllerUmbrellaHeader.h(619B)
--------MHTabBarSegue.h(1KB)
--------MHCustomTabBarController.modulemap(152B)
--------Info.plist(806B)
--------MHCustomTabBarController.h(2KB)
--------MHTabBarSegue.m(2KB)
--------MHCustomTabBarController.m(4KB)
----LICENSE(1KB)
----MHCustomTabBarControllerDemo.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(26KB)
----MHCustomTabBarController.podspec(577B)
----MHCustomTabBarControllerDemo()
--------main.m(1KB)
--------AppDelegate.h(1KB)
--------MHCustomTabBarControllerDemo-Info.plist(1KB)
--------Default@2x.png(16KB)
--------AppDelegate.m(3KB)
--------Default.png(6KB)
--------Default-568h@2x.png(18KB)
--------en.lproj()
--------MHCustomTabBarControllerDemo-Prefix.pch(1KB)
----readme.md(3KB)
----.gitattributes(28B)

网友评论