Created
September 22, 2016 09:45
-
-
Save DisappearPing/a5caee53639fbee5aeeec8144055ff73 to your computer and use it in GitHub Desktop.
Hide(Disable) Flashing input Leverage(Blinking Cursor) swift 2.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yourTextField.valueForKey("textInputTraits")?.setValue(UIColor.clearColor(), forKey: "insertionPointColor") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment