0

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?

Community
  • 1
  • 1
B_s
  • 3,026
  • 5
  • 32
  • 51
  • Yeah, but I'm not sure what code would be helpful with this issue. I only have some functions for editing an array... – B_s Oct 12 '14 at 13:17
  • 1
    Post the class with the UITextField and the class you are going back to. This way we can see if the problem is with the UITextField containing class, or the segue. – Steve Rosenberg Oct 12 '14 at 13:35

0 Answers0