摘要: // 混合音乐- (void)merge{ // mbp提示框 [MBProgressHUD showMessage:@"正在处理中"]; // 路径 NSString *documents = [NSHomeDirectory() stringByAppendingPathComponent:@"... 阅读全文
posted @ 2016-01-18 14:37 赵小磊2015 阅读(127) 评论(0) 推荐(0)
摘要: -(void)playMovie:(NSString*)fileName{//视频文件路径NSString*path=[[NSBundlemainBundle]pathForResource:fileNameofType:@"mp4"];//视频URLNSURL*url=[NSURLfileURLW... 阅读全文
posted @ 2015-11-16 21:09 赵小磊2015 阅读(79) 评论(0) 推荐(0)
摘要: - (void)cutMapView:(UIView *)theView{ //************** 得到图片 ******************* CGRect rect = theView.frame; //截取图片大小 //开始取图,参数:截图图片大小 UIGraphics... 阅读全文
posted @ 2015-11-14 14:47 赵小磊2015 阅读(159) 评论(0) 推荐(0)