I had one table view in which I had 15 row in one section.
so when the table view get loaded it shows only first 9 rows, I checked it with method CellForRowAtIndexpath method but I want to get all 15 rows to be get called in this method for the viewload method.
please help me on out.
thanks in advance….
it depends how much rows you set from
if you have an array then return
[arr count];as number of rows and if you want static rows then usereturn 15;in this method