msbouchedid
Results
2
issues of
msbouchedid
Can we make the 500 milliseconds configurable?? // secure text after a bit DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(500), execute: { if !(textField.text?.isEmpty ?? true) { placeholderLabel.isHidden = true if self.shouldSecureText {...
enhancement
I tried pointing the pod file version to 0.2.0 and it did not work. Pointing it to 0.1.0 did. Help?