摘要: 蓝色、黄色首先是和你导入文件夹时的勾选项目有关系: 黄色:-->group 蓝色:--> folder 在group中的.m/.h文件,#import "xxxxx.h" 直接引入文件即可; 在folder中的.m/.h文件,#import "文件名/xxxx.h" 需要引入文件的全路径 阅读全文
posted @ 2016-10-24 15:43 wangwei_Carry 阅读(900) 评论(0) 推荐(0)
摘要: //在parent view controller 中添加 child view controller FirstViewController *firstViewController=[[FirstViewController alloc] initWithNibName:@"FirstViewController" bundle:nil]; [self addChildView... 阅读全文
posted @ 2016-10-24 13:29 wangwei_Carry 阅读(484) 评论(0) 推荐(0)
摘要: 在xcode8中,屏蔽了一些奇怪的输出之后,又发现了一个。具体啥原因还不是太清楚。但是可以解决这个问题,让其停止打印这个信息。 在 info.plist 中,添加两个键值对: 针对photo: key : Privacy - Photo Library Usage Description value 阅读全文
posted @ 2016-10-24 10:11 wangwei_Carry 阅读(8612) 评论(0) 推荐(0)