views:

13

answers:

0

I am having tremendous trouble adding a title to a nav bar. heres the code.

detailViewController.title = [NSString stringWithFormat:@"%@", [editArray objectAtIndex:row]];

it keeps saying expecting '=' 'asm' or 'attribute' before '.' token

Please Help!!! :(