MYImagePicker is a custom photo album component that supports the selection of images and videos.
Thanks:
To run the example project, clone the repo, and run pod install
from the Example directory first.
MYImagePickerConfig *config = [MYImagePickerConfig defaultConfig];
[[MYImagePicker imagePicker] showImagePicker:self config:config delegate:self];
iOS 8 or later. Requires ARC
MYImagePicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MYImagePicker'
Lawrence, [email protected]
MYImagePicker is available under the MIT license. See the LICENSE file for more info.