Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinmlong/17f8e57c167ea81176296a8300fd6bb1 to your computer and use it in GitHub Desktop.
Save kevinmlong/17f8e57c167ea81176296a8300fd6bb1 to your computer and use it in GitHub Desktop.
Unoccluded UITextField Extension (Basic Template)
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