PoporUploadVC 1.13

PoporUploadVC 1.13

Maintained by popor.



 
Depends on:
Masonry>= 0
JSONModel>= 0
PoporUI/IToast>= 0
PoporUI/UIImage>= 0
PoporFoundation/Prefix>= 0
PoporFoundation/NSAssistant>= 0
PoporFoundation/NSDate>= 0
SDWebImage>= 0
PoporAVPlayer>= 0
PoporImageBrower>= 0
PoporMedia>= 0
AFNetworking>= 0
DMProgressHUD>= 0
 

  • By
  • popor

PoporUploadVC

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

PoporUploadVC is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PoporUploadVC'

1.09

  • 移除videoFromCamraUseCompress(单独的bool变量控制, 是否不压缩拍摄视频),改为PoporUploadVideoCompressTypeCamera
  • 增加PoporUploadVideoCompressTypeMp4 = 1 << 3, // 如果不是MP4后缀,那么不显示'不压缩'选项
  • 增加PoporUploadVideoCompressTypeCamera = 1 << 4, // 拍摄的视频不需要压缩情形(个别情况使用)

1.11 允许设定图片容量block. PoporUpload_imageAllowSelectBlock imageAllowSelectBlock;

1.12 修改图片image显示顺序 优先显示entity.image和imageUrl, 其次替换模式下面的图片, 最后显示页面或者entity默认图片

1.13 增加了PoporUpload_tvPlaceHolderBlock tvPlaceHolderBlock, 可以设置TV的一些额外属性,比如默认空白页

Author

popor, [email protected]

License

PoporUploadVC is available under the MIT license. See the LICENSE file for more info.