Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 393 Bytes

Nested TableView - A UITableView inside UITableViewCell

  • Implementation of adding a table view inside the cell of UItableview aka, Nested Table View.
  • Used the Power of Autosizing table view and delegate to achieve the expansion and collapse of the cell height.

Demo