When I clear NSSecureTextField then it'll show a blank box like this Image for reference Atribute Inspector
On viewDidLoad() I have added the following code
passTxt.window?.makeFirstResponder(passTxt)
passTxt.delegate = self
When I clear NSSecureTextField then it'll show a blank box like this Image for reference Atribute Inspector
On viewDidLoad() I have added the following code
passTxt.window?.makeFirstResponder(passTxt)
passTxt.delegate = self