add line break

This commit is contained in:
Steven Zweier 2016-02-23 09:52:50 -05:00
parent 3a138c4207
commit 48b0eafe5f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static void * const kTLYShyNavBarManagerKVOContext = (void*)&kTLYShyNavBarManage
NSUInteger index = [scrollView.subviews indexOfObjectPassingTest:^BOOL (id obj, NSUInteger idx, BOOL *stop) {
return [obj isKindOfClass:[UIRefreshControl class]];
}];
if (index != NSNotFound) {
self.scrollViewController.refreshControl = [scrollView.subviews objectAtIndex:index];
}