Closed hoppsen closed 9 years ago
When I'm using your animated refresh object in the MasterViewController of an split view controller it is only centered in the complete screen, but not in the seperate part for the MasterViewController on the left.
fixed it by myself:
in (void)scrollViewDidScroll ... self.center = CGPointMake(self.scrollView.frame.size.width/2, self.realContentOffsetY*krelativeHeightFactor); ...
When I'm using your animated refresh object in the MasterViewController of an split view controller it is only centered in the complete screen, but not in the seperate part for the MasterViewController on the left.