Quote:
Originally Posted by harrytheshark
with addObject:
|
ok i added objects and i initialized the array but im still getting "___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___"
is there something wrong with this?
q and a are arrays and qInput and aInput are both UITextViews, and i is an int
Code:
[[q objectAtIndex:i]setText:qInput.text];
[[a objectAtIndex:i]setText:aInput.text];
whats wrong? ahh