I get the error when trying to change the title on a button
btnStop.setTitle("Stop", forState: UIControlState.Normal)
gives out the error: (exc_bad_instruction exc_i386_invop, subcode 0x0)
is there another way to set the title of the button? or what am I doing wrong? the btnStop
variable is a global one, so I don't see why it has an issue - as it doesn't have this issue on my iPhone?