Skip to content

Commit

Permalink
Merge pull request #7 from LunApps/feature/Fixes
Browse files Browse the repository at this point in the history
Fix issue #6
  • Loading branch information
seland committed Sep 15, 2016
2 parents 728bbfa + 6d8eecd commit 2b656bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ - (instancetype)initWithCoder:(NSCoder *)aDecoder {
return self;
}
- (void)baseInit {
self.translatesAutoresizingMaskIntoConstraints = NO;
self.clipsToBounds = YES;
self.layer.masksToBounds = NO;
self.stateViews = [[NSMutableArray alloc] init];
Expand Down

0 comments on commit 2b656bf

Please sign in to comment.