UIScrollView stops scrolling on keyboard dismiss
问题 I'm currently working on an app for iPhone using Swift 3 however I have ran into an issue with the scrollview. Prior to selecting a text field and having the keyboard appear, the scrollview work normally (ie.: I can scroll up and down), however after dismissing the keyboard, the scrollview does not allow me to scroll anymore which is my problem. Note: if I select a text field again and make the keyboard appear it works fine and stops working once it is dismissed again. I have checked the