[super viewDidLoad];
self.Lodgelist = [[NSArray alloc]
initWithObjects:@"Sterling ",
@"Sterling location 1234",
@"Sterling location 12345",nil];
This is an example of my code. I would like the header to be the city name “Sterling” I am new to objective-c. Thanks again for the help.
P.S I am not sure how or were to add the code.
Add UITableViewDelegate in header of your ViewController, then add the below code to change the header of your UITableView