CYMailDemo icon indicating copy to clipboard operation
CYMailDemo copied to clipboard

A mail client base on mailcore2

Results 4 CYMailDemo issues
Sort by recently updated
recently updated
newest added

运行项目崩溃运行项目崩溃运行项目崩溃运行项目崩溃运行项目崩溃

删除一封邮件时会崩溃

点击相册选择附件时崩溃,你的具体代码是: #pragma mark -JSImageDelegate - (void)imagePicker:(JSImagePickerViewController *)imagePicker didSelectImage:(UIImage *)image andALAssetRepresentation:(id)ALAssetRepresentation{ NSString *fileName = @""; if ([ALAssetRepresentation isKindOfClass:[ALAssetRepresentation class]]) { fileName = [ALAssetRepresentation filename]; } NSData *fileData = UIImagePNGRepresentation(image); CYTempAttachment *attachment...