objective c - UITableView populating only after keyboard is called -
i complete ios beginner.
i have uitableview , uitextview subview of uiscrollview.
when .xib loaded, nothing appears uitableview should be.
only after clicking in edit uitextview, , calling keyboard. uitableview appear populated.
i have tried calling [self.tableview reloaddata]; no avail.
i know vague question, i'm hoping on off chance trivial issue.
many thanks.
set tableview.datasource = self; in viewdidload. if doesn't solve issue, check if datasource returning 0 rows in numberofrowsinsection method.
it'd if can post code.
Comments
Post a Comment