Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if #available(iOS 11, *) {
  2. // Disables the password autoFill accessory view.
  3.  
  4. usernametextfield.textContentType = UITextContentType("")
  5. passwordtextfield.textContentType = UITextContentType("")
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement