Skip to content

Conversation

@bvirlet
Copy link
Owner

@bvirlet bvirlet commented Mar 17, 2016

No description provided.

Patrick Nollet and others added 13 commits March 6, 2015 14:19
…font, a long text won't scroll

Steps to reproduce the bug:
* Set a bigger font in Settings -> General -> Accessibility -> Larger text
* Type a long text in a UITextField with adjustsFontSizeToFitWidth set to NO (as any QTextField)

=> Text won't scroll, we don't see anymore what's typed in.

The minimum font size that I set is the biggest one that is OK
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.
Removes the black border at the top behind the navigation bar. The contentInset is nicely automatically set, we don't want to reset it.
[QuickDialogTableView] Set root only after data source and delegate are set
bvirlet added a commit that referenced this pull request Mar 17, 2016
@bvirlet bvirlet merged commit 92e6641 into bvirlet:master Mar 17, 2016
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.

2 participants