I have a table view in a standard UIViewController. The ViewController is in a UINavigationController with a constraint pinning to the top layout guide. When I do the pull to refresh it looks like it's adding top space for the navigation bar. So everything is offset. After a refresh it keeps that extra inset at the top.
I have a table view in a standard UIViewController. The ViewController is in a UINavigationController with a constraint pinning to the top layout guide. When I do the pull to refresh it looks like it's adding top space for the navigation bar. So everything is offset. After a refresh it keeps that extra inset at the top.