摘要: 首先,一个app的搭建环境非常重要。既要实现基本功能,又要考虑后期优化的性能。 现在很多应用不仅仅是系统自带的控制器,由于需求复杂,基本上需要自定义多控制器来管理。 一、新建一个BasicNavigationViewController,继承UINavigationController 在这里实现导 阅读全文
posted @ 2016-04-22 17:10 灵笑若然 阅读(603) 评论(0) 推荐(0) 编辑
摘要: UIButton+BackgroundColor.h #import <UIKit/UIKit.h>@interface UIButton (BackgroundColor)- (void)setBackgroundColor:(UIColor *)backgroundColor forState: 阅读全文
posted @ 2016-04-22 13:59 灵笑若然 阅读(950) 评论(0) 推荐(0) 编辑