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

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

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -