Created
July 9, 2018 10:50
-
-
Save kevinmlong/17f8e57c167ea81176296a8300fd6bb1 to your computer and use it in GitHub Desktop.
Unoccluded UITextField Extension (Basic Template)
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
import UIKit | |
extension UIViewController : UITextFieldDelegate { | |
// Put some useful code here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment