1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

Show toolbar #173

Closed Dids closed 8 years ago

Dids commented 8 years ago

Any tips on showing a toolbar with the CTAssetsPickerController/navigation controller?

Simply settings toolbarItems and setting toolbarHidden to NO doesn't seem to affect it, and I'd essentially just need to add a camera button to the picker itself.

1and2papa commented 8 years ago

@Dids, might be a container view controller would help. You write your own container class and wrap the picker in it.