I am using two UITableViews in a UIViewController, how can I populate the row and cells in both tableviews? When I give for the second tableview it says the duplicate declaration of the number of rows in section etc.
I am using two UITableView s in a UIViewController , how can I populate
Share
That’s why the dataSource/delegate methods have a
tableViewparameter. Depending on its value, you can return different numbers/cells/…