Skip to content

Commit

Permalink
Added missing awakeFromNib
Browse files Browse the repository at this point in the history
  • Loading branch information
lluuaapp committed Nov 16, 2016
1 parent 408b5a3 commit 4c63d70
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 4c63d70

Please sign in to comment.