For me, when keyboard is dismissed (i.e. textview is NOT first responder), tapping anywhere on the TextView while its top is not visible on-screen, triggers the following 2 animations:
1. it scrolls first to the top of the TextView
2. it scrolls back down to where I tapped (i.e. the new cursor location)
However, if they TextView IS the first responder in the above scenario, it only scrolls up to the top of the TextView (leaving cursor off-screen and allowing me to type off-screen, which is weird). Tapping again then results in even weirder scrolls, sometimes back down, sometimes further up past the to the top TextView.
I think there are some gestures/touches that need to be disabled when a TextView is placed inside a TableViewCell, I'm just not sure what exactly. Has anyone tried to subclass the TextView to override some behaviors?
Topic:
App & System Services
SubTopic:
Core OS
Tags: