Changes

Jump to: navigation, search

Creating an Interactive iOS 8 App (Swift)

8 bytes added, 21:31, 13 April 2015
Hiding the Keyboard
<pre>
override func touchesBegan(touches: NSSetSet<NSObject>, withEvent event: UIEvent) {
tempText.endEditing(true)
}

Navigation menu