2017年11月2日
摘要: @property(nonatomic,retain) dispatch_source_t timer; __block int timeout = 5; //倒计时时间 自定义 __weak __typeof(&*self)weakself = self; //防止引用,先弱下 if (timeo 阅读全文
posted @ 2017-11-02 15:07 廖利君 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1, [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}]; 系统导航栏title颜色设置 2 iOS判断当前控制器是否正在显示 +(B 阅读全文
posted @ 2017-11-02 10:55 廖利君 阅读(157) 评论(0) 推荐(0) 编辑