Tag Archives: UITextFieldDelegate
Scroll UIScrollView to focused UITextField in Swift
I had a screen with multiple textfields embedded in a scrollview. When a textfield became first responder I wanted the textfield to scroll to the top of the view. I will explain the way I used to achieve this below, (there probably are other ways, but this way worked for me). The first thing that […]