01 2016 档案

摘要:1,cd -- (进入工程文件) 2,xcodebuild clean 3,xcodebuild 4,xcrun -sdk iphoneos packageApplication -v (上一步生成的包) -o (路径名+名字.ipa) 阅读全文
posted @ 2016-01-21 11:19 大厨子的世界 阅读(134) 评论(0) 推荐(0)
摘要:-(UIImage *)captureScreenWithRect:(CGRect)rect{ UIGraphicsBeginImageContextWithOptions(self.view.bounds.size, YES, 1); [self.view.layer renderInContex 阅读全文
posted @ 2016-01-19 09:59 大厨子的世界 阅读(134) 评论(0) 推荐(0)
摘要:CGRect rect = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 64); UIGraphicsBeginImageContext(rect.size); CGContextRef context = UIGraphics 阅读全文
posted @ 2016-01-19 09:37 大厨子的世界 阅读(319) 评论(0) 推荐(0)