美文网首页
iOS通讯录iOS9,8,7 - 为技术 - 博客园

iOS通讯录iOS9,8,7 - 为技术 - 博客园

作者: ali_hilo | 来源:发表于2017-06-07 11:21 被阅读49次

转自:iOS通讯录iOS9,8,7 - 为技术 - 博客园http://www.cnblogs.com/lzcdbk/p/5388577.html 

应用内评论

#import  <StoreKit/StoreKit.h>

if ([UIDevice currentDevice].systemVersion.floatValue >= 10.3) {[SKStoreReviewController requestReview];}

UITableViewCell 多选地区

http://blog.csdn.net/WorthyZhang/article/details/46233879

解决pathForResource返回nil / 无法读取plist文件问题

问题:

NSBundle *bundle = [NSBundle mainBundle]; //取得mainBundle

NSString *pathOfPlist = [bundle pathForResource:@"PlistTest-Info" ofType:@"plist"]; //取得文件路径

解决方案:

单击项目-》Build phases-》找到CopyBundleResources 然后将PlistTest-Info.plist文件添加进来即可。

一个坑,同一个控制器,一直push   忘了新建了对象,因此block失效

相关文章

网友评论

      本文标题:iOS通讯录iOS9,8,7 - 为技术 - 博客园

      本文链接:https://www.haomeiwen.com/subject/remofxtx.html