Pull To Refresh Jump in iOS

前端 未结 4 1926
你的背包
你的背包 2021-02-07 22:00

When I slowly pull down to refresh, I see the UIActivityIndicator circle slowly get more complete before it starts the refresh. Just before the circle is complete and the refre

4条回答
  •  长发绾君心
    2021-02-07 22:29

    Old questions but if someone still has this issue and you are using NavigationController just make your NavigationBar "Translucent".

    Using non translucent NavigationBar causes the tableview to jump slightly when UIControlEventValueChanged is fired for some reason.

    XCode 10.1

提交回复
热议问题