I am learning Swift with Xcode 6 and have encountered a problem.
When the user edits a UITextField
(keyboard visible) and then goes back a view using the Navigation Controls the app terminates with 'uncaught exception of type NSException'
.
Possibly this is the same problem, only I am using Swift instead of Objective-C so I could not use that solution. Can anyone help me with a solution in Swift?