01 2016 档案
摘要:1,cd -- (进入工程文件) 2,xcodebuild clean 3,xcodebuild 4,xcrun -sdk iphoneos packageApplication -v (上一步生成的包) -o (路径名+名字.ipa)
阅读全文
摘要:-(UIImage *)captureScreenWithRect:(CGRect)rect{ UIGraphicsBeginImageContextWithOptions(self.view.bounds.size, YES, 1); [self.view.layer renderInContex
阅读全文
摘要:CGRect rect = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 64); UIGraphicsBeginImageContext(rect.size); CGContextRef context = UIGraphics
阅读全文
浙公网安备 33010602011771号