GitHunt
KE

kenanbylan/movie-app-viper-arch

With xib file all pages are created and coded to understand viper architecture.

Movie App Viper Architecture


With xib file all pages are created and coded to understand viper architecture.

Screenshot 2023-07-04 at 16 38 47 Screenshot 2023-07-04 at 16 38 52

Features

  • VIPER ARCHITECTURE
  • iOS Implementions
  • Kingfisher with Image converting
  • Alamofire API Parse

Requirements

  • platform:ios 9.0+
  • Xcode 14.3

Installation

CocoaPods

You can use CocoaPods to install YourLibrary by adding it to your Podfile:

platform :ios, '9.0'
use_frameworks!
  pod "Kingfisher"
  pod 'Alamofire'
  pod "IQKeyboardManagerSwift"
  pod 'ProgressHUD'

To get the full benefits import YourLibrary wherever you import UIKit

import UIKit
import Alamofire
import Kingfisher
import ProgressHUD
import IQKeyboardManagerSwift

Project Start

Go to project folder and open your project via xcode with below terminal command and get build.

open Movie-Viper.xcworkspace
xcode with running 

Contribute

We would love you for the contribution to Movie Viper, check the LICENSE file for more info.

Reach me

Linkedln

Distributed under the MIT license. See LICENSE for more information.
LICENSE

Languages

Swift99.1%Ruby0.9%

Contributors

Created June 29, 2023
Updated August 17, 2024
kenanbylan/movie-app-viper-arch | GitHunt