leah / PullToRefresh

A simple iPhone TableViewController for adding pull-to-refresh functionality.
http://blog.leahculver.com/2010/07/iphone-pull-to-refresh.html
MIT License
1.91k stars 252 forks source link

iOS 7 support #34

Open koogawa opened 11 years ago

koogawa commented 11 years ago

Solution:

  if ([self isOverThisVersion:@"7.0"]) {
    [self setEdgesForExtendedLayout:UIExtendedEdgeNone];
  }
Miguel86 commented 10 years ago

Where did you added this?

TUNER88 commented 10 years ago

@Miguel86 inside