This fixes a crash when using SSPullToRefreshView with a collection view on iOS 7. In SSPullToRefreshView.m:261, inset was set to {0, 0, 0, 2.1997557e-36}, which caused the pull to refresh control to incorrectly invalidate the layout and crash the app.
This fixes a crash when using SSPullToRefreshView with a collection view on iOS 7. In
SSPullToRefreshView.m:261
,inset
was set to{0, 0, 0, 2.1997557e-36}
, which caused the pull to refresh control to incorrectly invalidate the layout and crash the app.