An Image Picker View Controller for iOS that supports multiple images, multiple presentation styles, storyboards and rotation.
v0.5.0
- iOS 8.0+
- Swift 3.0
Because of this, I've dropped support for Cocoapods on this repo. I cannot have production code rely on a dependency manager that breaks this badly.
Why submodules, you ask?
Following this thread and other similar to it, and given that Cocoapods only works with Swift by adding the use_frameworks! directive, there's a strong case for not bloating the app up with too many frameworks. Although git submodules are a bit trickier to work with, the burden of adding dependencies should weigh on the developer, not on the user. 😉
To install MultiPicker using git submodules:
cd toYourProjectsFolder
git submodule add -b submodule --name MultiPicker https://github.com/BellAppLab/MultiPicker.git
Navigate to the new MultiPicker folder and drag the Pods folder to your Xcode project.
Bell App Lab, [email protected]
MultiPicker is available under the MIT license. See the LICENSE file for more info.