mirror of
https://github.com/tappollo/makata.git
synced 2026-04-29 04:15:03 +08:00
Update set layout stuff
This commit is contained in:
@@ -37,7 +37,11 @@ public extension Templates {
|
||||
}()
|
||||
|
||||
var keyboardEvents = Set<AnyCancellable>()
|
||||
var keyboardInsets = UIEdgeInsets.zero
|
||||
var keyboardInsets = UIEdgeInsets.zero {
|
||||
didSet {
|
||||
setNeedsLayout()
|
||||
}
|
||||
}
|
||||
|
||||
public init(
|
||||
frame: CGRect,
|
||||
|
||||
Reference in New Issue
Block a user