摘要: - (void)setupCamera { // Device _device = [AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeVideo]; // Input _input = [AVCaptureDeviceInput devic 阅读全文
posted @ 2016-04-06 20:20 zhouchun_cool 阅读(2050) 评论(0) 推荐(0) 编辑
摘要: 一款App在别人的机器上开发和发布,现在迭代更新和开发需要在一台新mac机上开发和发布。(使用同一个开发者账号) 问题: 1.在新mac机器上开发并导入真机测试,是不是需要从别人的机器上面导处开发者证书、开发者授权文件和开发密钥导入到新mac机器上才能开发? 2.程序迭代开发完成,App上传苹果应用 阅读全文
posted @ 2016-03-25 15:03 zhouchun_cool 阅读(3450) 评论(0) 推荐(0) 编辑
摘要: HomeTableView * tableView=[[HomeTableView alloc]initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height-64) style:UITab 阅读全文
posted @ 2016-03-24 17:49 zhouchun_cool 阅读(726) 评论(0) 推荐(0) 编辑