You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code crashed with error: "Fatal error: Range requires lowerBound <= upperBound"
Crash occured in file PullToRefresh line 178
Proposed solution
As a quick fix I have replaced line 177 that was: let refreshViewHeight = refreshView.frame.size.height
with let refreshViewHeight = refreshView.frame.size.height < 1000 ? refreshView.frame.size.height : 999