We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
in iOS 10 when you call createNew(....
The view is loaded before the Right action button can be set to the controller, there by setting a nil right action button in viewDidLoad.
For some reason, the call controller.isThumbnailsEnabled = isThumbnailsEnabled is loading the view.
controller.isThumbnailsEnabled = isThumbnailsEnabled
The text was updated successfully, but these errors were encountered:
9cf8301
Fixes Alua-Kinzhebayeva#44
f7fb639
Moves the call to isThumbnailsEnabled after the view is loaded
No branches or pull requests
in iOS 10 when you call createNew(....
The view is loaded before the Right action button can be set to the controller, there by setting a nil right action button in viewDidLoad.
For some reason, the call
controller.isThumbnailsEnabled = isThumbnailsEnabled
is loading the view.The text was updated successfully, but these errors were encountered: