iphone - Table Contents not Visible Until Table Scrolls -


I am new to iphone development. I am parsing a variable array of XML strings that are dynamically in a table. Presents. I can not see the content in the table, but as soon as I display the content, I scroll down. Please help me Thanks

You can not say without looking at the code, but it seems that - Table view: CellularAntindexpath: Returns the first blank cell. This probably does this, because your data source, in this case XML Parser, has not yet provided data for cells when the table is first loaded.

The table browses only visible rows and then closes when you scroll and are visible to new cells, it only receives more data. In your case, it seems that the table There is no data in it when it is first load, but at the time you take it manually to scroll, the data is found in it

You are forced to load the data. For the table reload is required to call. Even better, you should change your design to ensure that there is some data to display before the table itself loads. If this is not possible, then you should have some placeholder information in the cells eg Call the text that says, "Loading data ..." and then reload .


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -