Prefer Large Titles and RefreshControl not working well

后端 未结 11 2184
野性不改
野性不改 2020-12-29 05:09

I am using this tutorial to implement a pull-to-refresh behavior with the RefreshControl. I am using a Navigation Bar. When using normal titles eve

11条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-29 05:44

    If you were using tableView.tableHeaderView = refreshControl or tableView.addSubView(refreshControl) you should try using tableView.refreshControl = refreshControl

提交回复
热议问题