I have a UITableView which I am loading it with NSMutableArray. I want the extra rows to be removed i.e I want only the count number of objects in the array to be displayed as rows. If I have 3 objects in the array I want only 3 rows to be displayed in UITableView.But I can see the extra empty rows are also added in addition to the count number of objects in the array.How can I do it?
I have a UITableView which I am loading it with NSMutableArray . I want
Share
Use it may be helpful for you 🙂
OR Use it…..