Skip to content

A Movie Search app built using Swift and UIKit. This app uses a collapsible UITableView with a custom header using the UITableViewDiffableDataSource.

Notifications You must be signed in to change notification settings

WasifRaza123/MovieDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Movie Search app built using Swift and UIKit. This app uses a collapsible UITableView with a custom header using the UITableViewDiffableDataSource.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages