Skip to content

Commit

Permalink
Add missing [super awakeFromNib] call
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Mar 29, 2017
1 parent bfee8fb commit f46f6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OBShapedButton/OBShapedButton.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ - (id)initWithFrame:(CGRect)frame

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

Expand Down

0 comments on commit f46f6e0

Please sign in to comment.