Skip to content

Commit 8c3450f

Browse files
authored
Merge pull request #8 from LunApps/develop
Develop
2 parents 2ad74de + 2b656bf commit 8c3450f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LUNSegmentedControl/LUNSegmentedControl/LUNSegmentedControl/LUNSegmentedControl.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ - (instancetype)initWithCoder:(NSCoder *)aDecoder {
5151
return self;
5252
}
5353
- (void)baseInit {
54-
self.translatesAutoresizingMaskIntoConstraints = NO;
5554
self.clipsToBounds = YES;
5655
self.layer.masksToBounds = NO;
5756
self.stateViews = [[NSMutableArray alloc] init];

0 commit comments

Comments
 (0)