Skip to content

一行代码实现从相册或相机中选取图片

License

Notifications You must be signed in to change notification settings

224duan/DXImagePicker

Repository files navigation

DXImagePicker

CI Status Version License Platform

Example

showImagePicker(sourceType: .photoLibrary) { [unowned self] (image) in
    self.imageView.image = image
}

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

Requirements

Installation

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

pod 'DXImagePicker'

Author

Eric, [email protected]

License

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

About

一行代码实现从相册或相机中选取图片

Resources

License

Stars

Watchers

Forks

Packages

No packages published