摘要: TabBarItem选中时,默认文字和图片都变为蓝色。使用以下代码可以进行修改。```objc MainViewController *mainVC = [[MainViewController alloc] init]; UINavigationController *mainNVC = [[UINavigationController alloc] initWithRootView... 阅读全文
posted @ 2016-08-01 22:44 狸猫副园长 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 在开发中,UI给出的颜色值有时候是十六进制的,有时候给出的是RGB(255,255,255)这样的形式的,而iOS系统提供的方法中并没有直接传递这两种值返回UIColor对象的,这里自己封装了一个以便使用。UIColor+LMColor.h```objc#import @interface UIColor(LMColor)/** * 获取透明度为1的随机颜色 * * @return 随机获得的... 阅读全文
posted @ 2016-08-01 22:40 狸猫副园长 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 设置UINavigationController相同标题 阅读全文
posted @ 2016-08-01 21:33 狸猫副园长 阅读(148) 评论(0) 推荐(0) 编辑
摘要: iOS打开手机QQ与指定用户聊天界面 阅读全文
posted @ 2016-08-01 21:31 狸猫副园长 阅读(324) 评论(0) 推荐(0) 编辑