define the UITableViewCell out of Storyboard with NIB
问题 I used the Json array to show data from server. when I change the CellIdentifier to @Cell which i used in CellIdentifier the pushDetailView is working and it's going to next page but when I change to CustomCell again just show the name of city and state in first page and when i click on that doesnt go to next page. the reason I need the @CustomCell because I need 2 labels view in first page and when I change it to @cell it just show one label. Thank you. - (UITableViewCell *)tableView: