uzysjung / UzysAssetsPickerController

Alternative UIImagePickerController , You can take a picture with camera and pick multiple photos and videos
MIT License
721 stars 144 forks source link

Feature: hide the navigation bar and use asset picker within another view controller #31

Closed jmkr closed 9 years ago

jmkr commented 9 years ago

Adds the ability to set a useInline flag to the appearance configuration. This hides the navigation bar and lets the asset picker sit inline. I found it useful for making the asset picker behave as a child view controller within a view that already had it's own navigation bar.

jmkr commented 9 years ago

Sorry, didn't mean to track this off my fork's master, creating a separate pull request.