I have a UIViewController in Interface Builder, and I add a UIScrollView to the UIView. It has a contentOffset property e
UIViewController
UIScrollView
UIView
contentOffset
I was using https://github.com/michaeltyson/TPKeyboardAvoiding on UITableView.
My solution was to remove class TPKeyboardAvoidingTableView from UITableView. It was causing scroll issue on TableViewController with static and dynamic cells.