diff --git a/OBShapedButton/OBShapedButton.m b/OBShapedButton/OBShapedButton.m index 53da38f..19cdccb 100644 --- a/OBShapedButton/OBShapedButton.m +++ b/OBShapedButton/OBShapedButton.m @@ -110,6 +110,7 @@ - (id)initWithFrame:(CGRect)frame - (void)awakeFromNib { + [super awakeFromNib]; [self setup]; }