Hi,
I have a table view that leads to a table view but I don't know how to add a description.
My code is - (void)viewDidLoad { [super viewDidLoad];
//Display the selected country.
lblText.text = selectedCountry;
//Set the title of the navigation bar
self.navigationItem.title = selectedCountry;
}
any thoughts?