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

Visual bug fixes #188

Closed chrisze closed 8 years ago

chrisze commented 8 years ago

Here are some minor visual fixes if you'd like to merge to master. The second commit is an (ugly) workaround for a framework bug, where the navigation bar title flickers when you transition between view controllers, even if the title gets updated before the view is presented. As a side effect, the back button always reads "Back", but I think that's a better behavior than "Photos" since you're always looking at photos anyway.

1and2papa commented 8 years ago

Hi @chrisze. Received an issue of broken appearance proxy (#198) so I have reverted your second commit as a quick fix. Hope you understand. Your work on memory issue is still appreciated. :)