Fork me on GitHub
摘要: UINavigationController为导航控制器,在iOS里经常用到。 1.UINavigationController的结构组成 UINavigationController有Navigation bar ,Navigation View ,Navigation toolbar等组成。 将 阅读全文
posted @ 2016-04-15 22:11 极度恐慌_JG 阅读(473) 评论(0) 推荐(0) 编辑
摘要: MyCustomTabBar.h文件 #import <UIKit/UIKit.h> @interface MyCustomTabBar : UITabBarController @end MyCustomTabBar.m文件 #import "MyCustomTabBar.h" #define k 阅读全文
posted @ 2016-04-15 22:07 极度恐慌_JG 阅读(226) 评论(0) 推荐(0) 编辑