White line below UIRefreshControl when pulled.. tableView

前端 未结 3 1242
长情又很酷
长情又很酷 2021-01-05 01:10

I am implementing a very basic Refresh control...

    var refreshControl = UIRefreshControl()
    refreshControl.addTarget(self, action: Selector((\"refresh:         


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-05 01:51

    Change the background color of your tableview to the same color of your UIRefreshControl.

提交回复
热议问题