03 2015 档案
iOS7以上自定义一个navigationController,并沿用系统的侧滑返回效果
摘要:首先需要子类化一个navigationController的子类,在init方法中对定制nav的一些基本需求进行设置 1 - (instancetype)initWithRootViewController:(UIViewController *)rootViewController 2 { 3 ... 阅读全文
posted @ 2015-03-12 11:23 Lure_ 阅读(586) 评论(0) 推荐(0)