Skip to content

akinoavx13/netflix-like-ios

Repository files navigation

Netflix like

Language Xcode

🚨 Créé par Maxime Mahéo en juillet 2018 - droits afférents à ce code cédés, à titre exclusif, à TAKTIK® S.A. de droit belge le 31 mars 2021 qui dispose à présent du ©.

Demo

📖 Project description

Application to demonstrate how I develop an iOS App in 5 days

🔧 Installation

  1. git clone [email protected]:mmaheo/netflix-like-ios.git
  2. Run carthage update --platform ios --use-xcframeworks

🌲 Branches

  • master - with the latest version submitted for App Store release.
  • develop - where the actual work is done.

🛒 Dependencies

⚠️ Things to know

  • I use fastlane to automatic code sign-in, deploy to testflight and app store.
  • I use VIPER architecture.
  • I use SwiftLint to enforce Swift style and conventions.

💻 Developers

  • Maxime Maheo
    • GitHub
    • LinkedIn
    • Feel free to send me a message on LinkedIn if you want to discuss about our future 🤝

🌄 How to generate demo Gif

  1. brew install ffmpeg
  2. brew install gifsicle
  3. Record your demo xcrun simctl io booted recordVideo Demo.mov
  4. Convert your .mov into .gif ffmpeg -i tm.mov -s 462x1000 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=5 > Demo.gif

About

Application to demonstrate how I develop an iOS App with VIPER architecture in 5 days (Swift only)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published