MoviesInfo is an application for movie search. Has a search bar where user inputs a movie name. When a cell with a certin movie is tapped, the screen with more detailed info is shown.
Supports: iOS 11.x and above
You can use CocoaPods to install YourLibrary
by adding it to your Podfile
:
platform :ios, '8.0'
use_frameworks!
pod 'YourLibrary'
To get the full benefits import YourLibrary
wherever you import UIKit
import UIKit
import YourLibrary
- Resources - fonts, strings, images, generated files etc.
- SupportingFiles - configuration plist files
- Model - model objects
- View - files for view configuration: view controllers, cells, storyboards
- ViewModel - view models for binding model with view
- Common - protocols, extension and utility classes