摘要: UINavigationController *newNavVc = [[UINavigationController alloc]init]; newNavVc.title = title; newVc.title = title; //设置TabBar上标题的字体颜色 NSMutableDict 阅读全文
posted @ 2016-10-22 20:58 IOSyes 阅读(2332) 评论(0) 推荐(0) 编辑
摘要: UIImage的imageNamed提供文件名自动补全功能。使用[UIImage imageNamed:@"xxx"]时,该插件会扫描整个workspace中的图片文件。若安装后无效,或许需要做一下修改: 1.打开xcode插件所在的目录:~/library/Users/“你自己的用户名”/Libr 阅读全文
posted @ 2016-10-22 10:01 IOSyes 阅读(419) 评论(0) 推荐(0) 编辑