Skip to content

A project for movie search. Has MVVM design pattern, uses Codable for JSON parsing and RxSwift for binding view with view model.

Notifications You must be signed in to change notification settings

p-petrenko/MoviesInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoviesInfo

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

Installation

CocoaPods

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

Project structure:

  • 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

About

A project for movie search. Has MVVM design pattern, uses Codable for JSON parsing and RxSwift for binding view with view model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published