Skip to content

Commit

Permalink
Use autoresizing mask for width.
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Aug 29, 2012
1 parent 3380d5a commit 8e5b065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SVPullToRefresh/SVPullToRefresh.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ - (id)initWithScrollView:(UIScrollView *)scrollView {
self.textColor = [UIColor darkGrayColor];

self.originalScrollViewContentInset = self.scrollView.contentInset;
self.autoresizingMask = UIViewAutoresizingFlexibleWidth;

return self;
}
Expand Down

0 comments on commit 8e5b065

Please sign in to comment.