Not Properly Scrolling Anymore in iOS7
When test my app for the upcoming iOS7, I noticed that the scrolling to the active text field no longer works.
I tried just testing the supplied Example.xcodeproj to ensure it was not something funky I was doing.
The Example project worked fine when running in the iOS6 simulator. I can navigate to the all the fields back and forth, using the next and previous buttons. The view is scrolled and focused properly.
However, when I run this on the iOS7 simulator, I can navigate to the first few fields fine in the Example project. When I get to the "Your favorite food?" field, pressing the "Next" button, scrolls the view to the top - showing Username, Password, etc... but cursor is in "Your favorite movie?" field behind the keyboard. In my app, the same thing is occurring.
I believe the problem is in the scrollRectToVisible and the iOS7 keyboard. I know this is probably not a problem with this great control - but it will "break" the Example once iOS7 is released if there is not a fix with Apple or another workaround.
Anybody figure this out? Now the iOS7 is released, people may be experiencing the same problem and the example project is still not performing the same using iOS6 and iOS7.
Other developers are complaining about UITextView and the scrollRectToVisible method.
I get the very same issue and I have an issue when trying the code in my own app (I didn't have it prior to iOS7).
Just wondering, has this issue with iOS 7 been fixed yet or has this project been abandoned?
The project has not been abandoned. It is my intention to fix this but I just haven't had the time yet. If anyone comes up with a solution, I will gladly merge it.