akshay
akshay

Reputation: 161

Tableview with UiRefreshControl stuck after pull to refresh

  1. It works fine for the first 2-3 times but UITableView gets stuck when pulled for the 4th time.
  2. Again when I touch the UITableView it starts working fine.enter image description here

Upvotes: 3

Views: 976

Answers (1)

ARNON
ARNON

Reputation: 1217

1st. On Attributes inspector of your Simulated Metrics, enable the Refreshing on Table View Controller.

Attributes inspector

2st. Erase your unneeded refresh codes.

Upvotes: 1

Related Questions