摘要:
// 程序第一次加载完毕- (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions// 程序已经进入后台// 保存数据- (void)applic... 阅读全文
posted @ 2015-12-21 16:47
AgentLXJ
阅读(334)
评论(0)
推荐(0)
摘要:
Application 是单例iOS程序创建的第一个对象就是UIApplication对象[UIApplicationsharedApplication]可以获得这个单例对象// 判断是否是iOS8以上版本#define KiOS8 [[UIDevice currentDevice].systemV... 阅读全文
posted @ 2015-12-21 16:43
AgentLXJ
阅读(155)
评论(0)
推荐(0)
摘要:
Xcode 6.4项目中的常见文件(info.plist)代码中获取 info.plist[NSBundle mainBundle] infoDictionary];Bundle display name 程序的名字Bundle identifier 程序的唯一标识 com.公司名.项目名Bundl... 阅读全文
posted @ 2015-12-21 16:15
AgentLXJ
阅读(204)
评论(1)
推荐(0)
摘要:
//textField代理方法// 返回no 不能输入文字- (BOOL)textField:(UITextField*)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString*)strin... 阅读全文
posted @ 2015-12-21 16:11
AgentLXJ
阅读(955)
评论(0)
推荐(0)

浙公网安备 33010602011771号