how to limit number of rows in UITableView and then display all the rows on See All button click swift iOS – Ios swift
I want to limit number of rows in tableView say I want to show only 2 rows initially and if user clicks "See All" button then display all the rows. The data (array) for tableView is coming from CoreData. I…