objective c - UITableView not populating when Subview of Scollview -
a bit more background it: xib has uitableview subview of uiscrollview, uiscrollview subview of uiview. table not populate when subview of uiscrollview. ios beginner. great.
check if returning non-zero value in tableview:numberofrowsinsection method. check if doing in tableview:cellforrowatindexpath (you should create , fill them info). btw, had implemented them?
what mean "in main tableview" apologies lack of understanding.
in uitableviewcontroller have 1 uitableview main view (self.view , self.tableview properties) of vc. calling [self.tableview reloaddata] automatically. if you're adding other uitableviews or placing them in uiviewcontroller should call method in viewdidload.
Comments
Post a Comment