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 a bug where the next button would loop through textfields #91

Closed
wants to merge 10 commits into from

Conversation

izackp
Copy link

@izackp izackp commented Mar 14, 2014

Fixed a bug where the next button would loop through textfields if they had the same y position, but inside different subviews.
De-complicated some functions.
Made some formatting consistent.

Fixed a bug where the next button would loop through textfields if they had the same y position but inside different subviews.
De-complicated some functions.
…instead of self.bounds which was causes the scroll view to not take into consideration the y position of the scrollview when figuring out how to set the insets. Though its still not completely fixed because I believe it needs to take into account the y value relative to the top of the screen, but I don't know for sure yet.
@michaeltyson
Copy link
Owner

Hi - sorry about the delay, just looking through some of these pull requests. This one's a bit huge; would you mind splitting it up?

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