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

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -