Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop fix #722

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Infinite loop fix #722

wants to merge 6 commits into from

Conversation

StDogbert
Copy link
Contributor

Fix for infinite loop for QPickerTableViewCell

Also... Regarding previous commit that u rejected few years ago... Couldn't find a way to remove it from fork, and I still think u should merge it. I am not setting global toolbar appearance there. Just making sure that segmented control is colored with expected UIToolbar color from appearance settings.

…t color newly created tool bar tint color will be default and not the one u set. Not sure when is actually applied and are other elements affected, but to apply to prev next segmented control application color theme _prevNext.tintColor should be set from [UIToolbar appearance].tintColor instead of UIToolbar actionBar object tintColor property as it is not set at that moment
Patrick Nollet and others added 2 commits December 13, 2016 13:51
iOS 9 calls reloadData less agressively than iOS 8 and earlier. If the root of the table view is set too soon (eg. before the data source is set), reloadData may not be called in certain cases, resulting in inconsistencies and inducing crashes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants