remove preserves

This commit is contained in:
Pfeil, Scott Robert 2019-07-19 10:48:01 -04:00
parent 5b1fab39a7
commit 5c619aa843
2 changed files with 0 additions and 3 deletions

View File

@ -39,7 +39,6 @@
}
- (void)setupView {
self.preservesSuperviewLayoutMargins = NO;
}
- (void)updateView:(CGFloat)size {

View File

@ -79,8 +79,6 @@ import UIKit
}
public func setupView() {
preservesSuperviewLayoutMargins = false
contentView.preservesSuperviewLayoutMargins = false
selectionStyle = .none
}