摘要:
- (UIImage *) addText:(UIImage *)img text:(NSString *)mark { int w = img.size.width; int h = img.size.height; UIGraphicsBeginImageContext(img.size); [ 阅读全文
摘要:
用UIImagePickerViewController自定义相机界面--原文地址 1.设定imagePacker参数 // Transform values for full screen support: #define CAMERA_TRANSFORM_X 1 // this works fo 阅读全文