Quote:
Originally Posted by cye
good point...but it still doesnt work.
ive found out that the code stops at this line
Code:
[[q objectAtIndex:i]setText:qInput.text];
|
Well if you only want to copy the text from your UITextView's, why do you need an array? Are you keeping a history of everything you copy? Sorry if I missed something, it just seems like you're overcomplicating things.