add line break

This commit is contained in:
Steven Zweier 2016-02-23 09:51:32 -05:00
parent 58a2d1b31c
commit 3a138c4207
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +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];
}