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 couple of bugs: #18

Closed
wants to merge 1 commit into from
Closed

Fixed a couple of bugs: #18

wants to merge 1 commit into from

Conversation

victorwon
Copy link

  1. top view position is not restored if select a lower text field and then navigate back to upper ones via the toolbar previous button.
  2. apply the resign/become active workaround for both UITextView and UITextField as in iOS 7 the keyboardWillAppear event could be fired either before or after textDidBeginEditing event. It’s not a predicatble sequence.
  3. added a fix for UITextView bug.
  4. some other minor fixes

1. top view position is not restored if select a lower text field and then navigate back to upper ones via the toolbar previous button.
2. apply the resign/become active workaround for both UITextView and UITextField as in iOS 7 the keyboardWillAppear event could be fired either before or after textDidBeginEditing event. It’s not a predicatble sequence.
3. added a fix for UITextView bug.
4. some other minor fixes
@hackiftekhar
Copy link
Owner

Manually merged.

  1. I already fixed.
  2. Already fixed it. I didn't found this issue with UITextField in iOS 7.
  3. UITextView bug fix merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants