How to display an NSArray in a UILabel and use timer
问题 I'm trying to display an array of numbers in a UILabel using a timer,and show them in the order set in the array, but I only receive the Title in the format and then a SIGABRT ! any suggestions...Thanks Part of the code with problems! -(IBAction) rotate3 { NSString *number = [dayArray initWithArray:(NSArray *)dayArray]; NSArray *array = [[NSArray alloc] initWithObjects: @"0", @"1", @"2", @"3", @"4", @"5" ,@"6", @"7", @"8",@"9",@"10",@"11",@"12",@"13", @"14", @"15", @"16", @"17", @"18", @"19"