Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.26 KB

File metadata and controls

17 lines (9 loc) · 1.26 KB

Movie Database

This iOS app demonstrates a collapsible UITableView with a custom header using the UITableViewDiffableDataSource in Swift. The app provides a user-friendly interface where sections can be collapsed or expanded by tapping on custom headers.

Features

  • Collapsible sections with animated header tap interaction.

  • Utilizes the modern UITableViewDiffableDataSource to manage table view data.

  • Each section is associated with a custom header view that contains a label indicating the section title. Tapping on the header collapses or expands the associated section.

  • Also added a search bar whuch filters content according to the search text.

    Screenshot 2023-08-20 at 1 51 29 PM Screenshot 2023-08-20 at 1 51 45 PMScreenshot 2023-11-28 at 11 16 17 PM