摘要: /** 版本判断 ***/ NSString *versionKey = @"CFBundleVersion"; // 上一次使用版本号(存储在沙盒中的版本号) NSString *lastVersion = [[NSUserDefaults standardUserDefaults] obj... 阅读全文
posted @ 2015-11-17 15:30 guangleijia 阅读(398) 评论(0) 推荐(0) 编辑
摘要: iOS6和iOS7在隐藏 Status Bar 三种方式比较:Storyboard界面上选中UIViewController,最右边Simulated Metrics找到 Status Bar 设定成 NoneViewControlleriOS 6通过[UIApplication sharedApp... 阅读全文
posted @ 2015-11-17 13:34 guangleijia 阅读(172) 评论(0) 推荐(0) 编辑
摘要: /*** 1. RGB背景色*/#define PPCOLOR_RGB(r,g,b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1]#define PPCOLOR_BG [UIColor colorWit... 阅读全文
posted @ 2015-11-17 11:06 guangleijia 阅读(229) 评论(0) 推荐(0) 编辑