Mustafa Dur
Mustafa Dur
I am trying to fix it but couldn't do it. I tried to select visible cell by using selectRowAtIndexPath but it didn't work out. Btw, I am the one whom...
My problem is I can't stop second refreshing from `onRefresh` For example ``` swift func onRefresh() { print("Refreshing \(refreshController.refreshing)") if refreshController.refreshing { return } let delay = 1.0 * Double(NSEC_PER_SEC)...
Hi, when I was testing this PR, I confronted a crash during the screenshot export. Some tests don't have `summary_ref` attribute. Therefore, the next line, which tries to load the...