RAGTextField icon indicating copy to clipboard operation
RAGTextField copied to clipboard

becomeFirstResponder hide the hint

Open walteryaron opened this issue 4 years ago • 0 comments

when using override func viewDidLoad() { super.viewDidLoad() _ = hintTextField.becomeFirstResponder() } hint doesn't showing to solve it I use DispatchQueue.main.asyncAfter(deadline: .now() + 1.0) { _ = hintTextField.becomeFirstResponder() } but it doesn't look good when you push new screen

walteryaron avatar Apr 08 '20 21:04 walteryaron