Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. - (instancetype)init
  2. {
  3. self = [super init];
  4. if (self) {
  5. self.automaticallyAdjustsScrollViewInsets = NO;
  6. }
  7. return self;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement