Skip to content

Commit

Permalink
Fixing an issue with frame accessor helpers in JMStatefulTableViewCon…
Browse files Browse the repository at this point in the history
…troller.
  • Loading branch information
jakemarsh committed Jan 31, 2013
1 parent a79f686 commit c19cf04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -124,7 +124,7 @@ - (void) _loadFromPullToRefresh {
//Offset by the height of the pull to refresh view when it's expanded:
CGFloat offset = 0.0f;
if(self.refreshControl) {
offset = self.refreshControl.frame.size.height
offset = self.refreshControl.frame.size.height;
} else {
offset = self.tableView.pullToRefreshView.frame.size.height;
}
Expand Down

0 comments on commit c19cf04

Please sign in to comment.