Prefer Large Titles and RefreshControl not working well

后端 未结 11 2157
野性不改
野性不改 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:46

    I was facing the same issue for very long, the only working solution for me was adding refresh control to the background view of tableview.

    tableView.backgroundView = refreshControl
    

提交回复
热议问题