摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/39612177[objc]view plaincopy-(void)scrollViewDidScroll:(UIScrollView*)scrollView{CGPointoffset=scro... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/39547967xcode6键盘iPhone-Portrait-Numb不弹出Cant find keyplaneCan't find keyplane that supports type 4 f... 阅读全文
摘要:
博文转载至 http://blog.csdn.net/cerastes/article/details/39546625ios8push推送通知适配ios8推送问题registerForRemoteNotificationTypes: is not supported in iOS 8.0 and ... 阅读全文
摘要:
博文转载至http://blog.csdn.net/cerastes/article/details/39519773iOS审核紧急通道理由1.We have a product launch in the coming days. Considering that it's a media eve... 阅读全文
摘要:
博文转载至http://blog.csdn.net/cerastes/article/details/38025801return type defaultsnot foundiOSwarning在一个类里面引用另外一个类的实例方法,警告方法没有找到。原因.h文件没有应用,只在头文件中申明了@cla... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/38033823NSDateNSStringNSArrayNSDictionary类型装换[objc]view plaincopy//NSDataNSDateNSStringNSArrayNSDic... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/38036875NSUserDefaultsbool同步synchronize无效今天使用NSUserDefaults保存bool至重启后发现bool值没有保存对[objc]view plainco... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/38047355retain cyclestronglyblockwarning一个使用Block语法的实例变量,在引用另一个实例变量的时候,经常会引起retain cycle。capturing ... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/38047425warningAssigning retainedunsafe propertyassignment解决方法,将变量[objc]view plaincopy@property(ass... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/38348599iOS第三方库下载常用git1.FMDBhttps://github.com/ccgus/fmdb2.ASIHTTPRequesthttps://github.com/paytron... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/38340687UIWebView*callWebview=[[UIWebViewalloc]init];//tel:或者tel://NSURL*telURL=[NSURLURLWithString... 阅读全文
摘要:
本文转载至http://blog.csdn.net/cerastes/article/details/39216935iOS审核紧急通道技巧https://developer.apple.com/appstore/contact/?topic=expedite常用紧急通道申请理由 http://bl... 阅读全文
摘要:
本文转载至 http://blog.csdn.net/fanyuna/article/details/2403266330px转成磅为单位=22磅=二号磅=(像素/96)*72 =(30/96)*72 =22.5磅中文字号VS英文字号(磅)VS像素值的对应关系:八号=5磅(5pt) ==... 阅读全文