2015年4月27日

UIImage图片 与 Base64 转换

摘要: UIImage图片转成base64字符串: UIImage *_originImage = [UIImage imageNamed:@"full_playlist_hl.png"]; NSData *_data = UIImageJPEGRepresentation(_image, 1... 阅读全文

posted @ 2015-04-27 18:36 奋进的闹钟 阅读(770) 评论(0) 推荐(0)

UITableView 相册-判断多选相册的位置

摘要: 相册页面实现如下多选功能我实现的时候使用了 UITableView@interface PTASysAlbumVC : BaseViewController{ .......... UITableView *_cvPhotoList; .......}//// PTASysA... 阅读全文

posted @ 2015-04-27 17:54 奋进的闹钟 阅读(296) 评论(0) 推荐(0)

多媒体类型选择 <MobileCoreServices/UTCoreTypes.h>

摘要: 设置源 + availableMediaTypesForSourceType: // 指定源可用的媒体种类 (指定源本人认为应当是Camera、PhotosLibaray) .mediaTypes 会指定的更详细。 .sourceType 结构UIImagePickerCont... 阅读全文

posted @ 2015-04-27 10:10 奋进的闹钟 阅读(819) 评论(0) 推荐(0)

导航