Skip to content

Commit

Permalink
Merge pull request #236 from lluuaapp/master
Browse files Browse the repository at this point in the history
Added missing awakeFromNib
  • Loading branch information
michaeltyson authored Nov 17, 2016
2 parents 408b5a3 + 4c63d70 commit 746df9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TPKeyboardAvoiding/TPKeyboardAvoidingCollectionView.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ - (id)initWithFrame:(CGRect)frame collectionViewLayout:(UICollectionViewLayout *
}

-(void)awakeFromNib {
[super awakeFromNib];
[self setup];
}

Expand Down
1 change: 1 addition & 0 deletions TPKeyboardAvoiding/TPKeyboardAvoidingScrollView.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ -(id)initWithFrame:(CGRect)frame {
}

-(void)awakeFromNib {
[super awakeFromNib];
[self setup];
}

Expand Down

0 comments on commit 746df9c

Please sign in to comment.