UILabel text not changing, however xx.title is working
问题 I have two view controller. In first view controller I have list of names. When I click on that, I want the same name to be displayed in second view controller. I have below code. -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { // PropDetailViewController is second view controller PropDetailViewController *prop = [self.storyboard instantiateViewControllerWithIdentifier:@"prop"]; ListOfProperty *propList = [propListFinal objectAtIndex:indexPath.row