Artem Shevchenko
Results
1
comments of
Artem Shevchenko
I have the same issue. This helped me ``` - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; self.tableView.bottomRefreshControl = nil; } - (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; self.tableView.bottomRefreshControl = self.bottomRefreshControl; } ```