I have a problem since I updated to iOS7.
I have base UIScrollView
horizontally and there is UITableView
on it
(looks like a navigation style).
And I addChild UITextView
on UITableView
not on the cells.
And it scrolled to UITextView
's cursor when typing keyboard. And it works greatly until iOS 6 but not since updating iOS7.
How can I solve this problem?
Thanks.