Hi guys...m totally new to iphone development and need sm help.
My first screen has a button which when u click it goes to second screen which has a table. No of rows of this table is dynamic(depending on count from a file). I hv created just one cell view(using IB), the outlet of which i hv assigned to a UITableViewCell obj.
Now i want to create dynamic no of rows using this cell obj.
Pls tell me how to do this.
Is there any way to clone objects(one table row in this case) and display on view?