UIRefreshControl and UITableView's backgroundVIew

前端 未结 4 1035
说谎
说谎 2021-02-01 03:39

I have a UITableViewController on which I set a backgroundView. This controller has a UIRefreshControl installed. The problem is that when I set a background view, the refresh c

4条回答
  •  醉梦人生
    2021-02-01 03:47

    This issue is easily fixed by not using the self.refreshControl property on the UITableViewController, instead create you own property for it and it will work just fine.

提交回复
热议问题