I am newbie to programming. Any help could be greatly appreciated.
It\'s in AddViewController.
NSLog(@\"Am Currently at %@\",locatedAt); DetailsOfPe
try to replace
[addressLabel setText:testAddressStr];
with the following
[addressLabel setText:self.testAddressStr];