Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

andyiapan

macrumors newbie
Original poster
Feb 28, 2010
29
0
Code:
NSArray *db1;


.....

- (void)viewDidLoad
{
....

db1 = [newStr componentsSeparatedByString:@"	"];


}
- (IBAction) button1:(id)sender{
	
	queue1.titleLabel.text = [db1 objectAtIndex: 3];

}
just a simple call, why terminate, HELP thanks><
 
Last edited by a moderator:

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
Thanks, assigning an autoreleased value? i still can't find out reason,
can explain to me><

Many Thanksss

That is the reason. If you don't know what that means you need to go back to basics. Did you read the document I linked to? Have you read the Objective-C guide on the developer site? If you don't know what that means you don't have the most basic knowledge you need.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.