Skip to content

Commit

Permalink
add missing awakeFromNib super call
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Aug 27, 2016
1 parent 5aa8408 commit 2cf7a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MGSwipeTableCell/MGSwipeTableCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ - (id)initWithCoder:(NSCoder*)aDecoder

-(void) awakeFromNib
{
[super awakeFromNib];
if (!_panRecognizer) {
[self initViews:YES];
}
Expand Down

0 comments on commit 2cf7a42

Please sign in to comment.