I'm getting Thread 1 EXC_BAD_INSTRUCTION ( ... ) error whne I try to retrieve the the text inside the TextField.
@IBOutlet weak var recordingTitle: UITextField!
audioFileTitle = recordingTitle.text
This is actually what I have and I get the EXC_BAD_INSTRUCTION on this.`
recordingTitle.text will cause the error to occur, what what am I doing here?
Thanks