上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: http://blog.csdn.net/majiakun1/article/details/17204921 阅读全文
posted @ 2015-04-30 18:00 xiaoxiaoxigua 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、block作为变量时,属性应为(nonatomic,copy),在注册通知时需要在dealloc或者viewdisapper方法中remove掉。2、在UIViewController里面使用了timer,会使得controller被retain,因此在viewdisapper或者dealloc... 阅读全文
posted @ 2015-03-31 10:53 xiaoxiaoxigua 阅读(128) 评论(0) 推荐(0) 编辑
摘要: http://code4app.com/ios/LeafScrollView/5371e58e933bf014218b58ab 阅读全文
posted @ 2015-03-26 15:42 xiaoxiaoxigua 阅读(89) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/industry/20131106/7304.html 阅读全文
posted @ 2015-03-25 13:47 xiaoxiaoxigua 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1、报文头需要密码验证的- (void)sendAsynWebServiceRequest:(NSString *)nameSpace method:(NSString *)method requestXmlString:(NSString *)requestXmlString{ NSStri... 阅读全文
posted @ 2015-03-19 15:32 xiaoxiaoxigua 阅读(1013) 评论(0) 推荐(0) 编辑
摘要: http://www.it165.net/pro/html/201409/22417.html 阅读全文
posted @ 2015-03-19 09:52 xiaoxiaoxigua 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 企业级账号 版本更新总结参考:http://jingyan.baidu.com/article/a3aad71aa5fbfbb1fb0096b1.html1、打包ipa,plist工具:xcode6证书:企业级开发证书1.1)xcode6开始企业级打包时不在生成plist,需要自己编写:模版见下:i... 阅读全文
posted @ 2015-03-05 14:24 xiaoxiaoxigua 阅读(2136) 评论(0) 推荐(0) 编辑
摘要: SSKeyChains 阅读全文
posted @ 2015-03-03 14:44 xiaoxiaoxigua 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1、判断是否安装了app Open scheme(mtcmtc) defined in iPhone with parameters open unknown with fallback to appstore Only... 阅读全文
posted @ 2014-12-23 10:30 xiaoxiaoxigua 阅读(7828) 评论(0) 推荐(0) 编辑
摘要: +(NSString *)getWeekday{NSDate *date = [NSDate date];NSDateComponents *componets = [[NSCalendar autoupdatingCurrentCalendar] components:NSWeekdayCalen... 阅读全文
posted @ 2014-07-23 15:29 xiaoxiaoxigua 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页