摘要://获取本地视频的时间 NSFileManager *fm = [[NSFileManager alloc]init]; NSString *docs = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)lastObject]; NSString *videofolder = [docs stringByAppendingPathComponent:[NSString stringWithFormat:@"VideoFolder/%@",self.folderna
阅读全文
摘要:-(void)playMovie{ NSURL *urls = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.3dhr.gov.cn%@",[self.detailDic objectForKey:@"m_path"]]]; movie = [[MPMoviePlayerController alloc]initWithContentURL:urls]; movie.controlStyle = MPMovieControlStyleDefault; [movie prepare
阅读全文
摘要:// 视频播放-(void)playMovie{ self.navigationItem.rightBarButtonItem.enabled = YES; self.movieName = @"1305178253912757X4VMU00207002"; self.folderName = @"1-11"; //在VideoFolder文件夹下建立子文件夹 NSFileManager *fm = [[NSFileManager alloc]init]; NSString *docs = [NSSearchPathForDirectoriesInD..
阅读全文
摘要://初始化label UILabel *label = [[UILabel alloc] init]; NSString *text = @"阿萨德j啊思考的卡洛斯抵抗力将萨克林顿将拉开始监督卡拉基斯克林顿j啊思考了监督卡时间考虑到j啊思考了登记卡收录机抵抗力。。。"; label.text = text; [label setNumberOfLines:0]; UIFont *font = [UIFont fontWithName:@"Arial" size:14]; //设置字体 label.font = font; CGSize c...
阅读全文