摘要: 方法一:@property (nonatomic, strong) MPMoviePlayerController *player; NSString *url = [[NSBundle mainBundle] pathForResource:@"zz_video" ofType:@"mp4"... 阅读全文
posted @ 2014-09-24 18:58 ygm900 阅读(7443) 评论(0) 推荐(0) 编辑
摘要: 在导入asihttprequest包时出问题导入了libxml2.dylib,但是却提示libxml/HTMLparser.h file not found,那是因为你的开发环境默认的路径无法找到这个libxml2.dylib框架,修改方法:(两种方法都试一下吧)第一种方法:(我的可行)点击左边项目... 阅读全文
posted @ 2014-09-24 15:33 ygm900 阅读(1101) 评论(0) 推荐(0) 编辑