autorResiszing exception.
This commit is contained in:
parent
703e0cd32b
commit
388d88b47c
@ -192,6 +192,7 @@ import UIKit
|
||||
@objc public func addCaretViewAccessory() {
|
||||
guard accessoryView == nil else { return }
|
||||
caretView = CaretView(lineWidth: 1)
|
||||
caretView?.translatesAutoresizingMaskIntoConstraints = true
|
||||
caretView?.size = .small(.vertical)
|
||||
caretView?.setConstraints()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user