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

Fixed scale bug #16

Merged
merged 1 commit into from
Mar 15, 2013
Merged

Fixed scale bug #16

merged 1 commit into from
Mar 15, 2013

Conversation

dexcell
Copy link

@dexcell dexcell commented Mar 8, 2013

Fixed #12 issue

After investigation and creating new blank sample project replicating KLNoteViewController view hierarchy to reproduce the issue with KL.

I am able to found out the problem was the scaling issue (probably OS bug).

The problem was after you scale down below 1, for example to 0.8:0.8 and make it back to scale 1:1 after some delay the bug will occurs.

The CGRect frame value was correct but it doesn't show so when displayed, so you have to explicitly set the frame once again to make it work like it should.

KieranLafferty added a commit that referenced this pull request Mar 15, 2013
@KieranLafferty KieranLafferty merged commit fe2e9ed into KieranLafferty:master Mar 15, 2013
@redvex redvex mentioned this pull request Mar 23, 2013
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.

UITableView height problem
2 participants