Skip to content

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

Notifications You must be signed in to change notification settings

kenanbylan/movie-app-viper-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published