remove preserves
This commit is contained in:
parent
5b1fab39a7
commit
5c619aa843
@ -39,7 +39,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)setupView {
|
- (void)setupView {
|
||||||
self.preservesSuperviewLayoutMargins = NO;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)updateView:(CGFloat)size {
|
- (void)updateView:(CGFloat)size {
|
||||||
|
|||||||
@ -79,8 +79,6 @@ import UIKit
|
|||||||
}
|
}
|
||||||
|
|
||||||
public func setupView() {
|
public func setupView() {
|
||||||
preservesSuperviewLayoutMargins = false
|
|
||||||
contentView.preservesSuperviewLayoutMargins = false
|
|
||||||
selectionStyle = .none
|
selectionStyle = .none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user