fix on rotate margin issue
This commit is contained in:
parent
8b8ec937b1
commit
9384e28eb8
@ -137,6 +137,7 @@ import UIKit
|
||||
open func setupView() {
|
||||
selectionStyle = .none
|
||||
insetsLayoutMarginsFromSafeArea = false
|
||||
preservesSuperviewLayoutMargins = false
|
||||
contentView.insetsLayoutMarginsFromSafeArea = false
|
||||
contentView.preservesSuperviewLayoutMargins = false
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user