PasswordTextField
PasswordTextField copied to clipboard
A custom TextField with a switchable icon which shows or hides the password and enforce good password policies
Since updating to Xcode 11.1 and iOS 13, (that's when I started to notice it anyway, not certain that this is the root cause) I'm seeing the following warning logged...
https://swift.org/package-manager/
Swift5
It is working fine for me but when my text field is not become a first responder that time the eye Icon is getting hidden again when I click on...
Crash in terminal: objc[16770]: Cannot form weak reference to instance (0x159e7d720) of class UICompatibilityInputViewController. It is possible that this object was over-released, or is in the process of deallocation. iPhone...
"Stored properties cannot be marked unavailable with '@available'" the above error is showed when tryin to build the project.