Yes, I mean UITextField.
Howdy,
Is there a way to disable the animation that occurs to a UITextField with long content after it becomes first responder? Specifically the one that sort of slow scrolls to the end of the content.
Here's a video of the animation I am trying to describe https://www.youtube.com/watch?v=9l2tUrxW_qY . Notice how the textfield transitions from "a" to "." as it moves to the end of the content?
Ideally, I would like the UITextField to simply appear on the screen like it does in the final frame of the animation, showing the final part of the content.
Thanks,
smkuehnhold