Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 955 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 955 Bytes

TheMovieApp

Group 68@2x

An app that allows you to view Upcoming, Popular, and Now Playing movies. You can also search for movies and see the full details of a particular movie including the theatrical, digital, and physical release dates. Some topics covered in this project include:


*UICollectionViewDiffableDataSource (new in iOS 13)
*parsing JSON using Codable
*utilizing Kingfisher to load and cache images from the web
*accessing TMDb API to retrieve movie details
*support for dark mode
*UIApplicationShortcutItem to allow users to long press on the app icon to quickly search for a movie
*using SwiftUI’s preview window to “hot reload” UIKit code (see bottom of the VC files)

Sign up at tmdb website to obtain your own API key.

Kingfisher installed via SPM. All code, no storyboard.