Coder Social home page Coder Social logo

netflix-clone-ios-uikit's Introduction

Netflix Clone App

Uygulama programmatic ui ile geliştirildi. Büyük kısmını iOS Development Course - Use Swift 5 and UIKit to Build a Netflix Clone videosunu izleyerek yaptım. Eksik kısımları kendim ekledim. Örneğin download butonu her zaman aynı işlemi yapıyordu. Şimdi önce CoreData'da veri var mı kontrolü yapılıyor ve ona göre buton şekli ve işlevi değişiklik gösteriyor.

Özellikler

  • Anasayfada TMDB API'den gelen veriler gösteriliyor.
  • Kullanıcı isterse detay sayfasına gidip, filmin detaylarını görüntülüyor.
  • Detay sayfası için Youtube Data API'dan ilgili içeriğin fragmanı çekilip, sayfada gösteriliyor.
  • Anasayfada filmin üstüne basılı tutunca veya detay sayfasındaki buton ile seçili filme bilgileri CoreData`ya kaydedilliyor.
  • Search sayfasında anahtar kelime ile arama yapılabiliyor.

Kullanılanlar

  • UIKit
    • TableView
    • CollectionView
    • WebKit
    • SearchController
  • CoreData
  • URLSession
  • SDWebImage
  • Notification Center
  • Delegation Pattern
  • Closures for notification and data transfer

Kurulum

  • Projeyi indirin veya clone'layın.
  • spm ile SdWebImage paketini yükleyin.
  • TMDB ve Google Developer Console'dan alacağınız API key'i Managers > APICaller.swift dosyasındaki ilgili yerlere ekleyin.
struct Constants {
    static let API_KEY = K.API_KEY // your TMDB api key here
    static let baseURL = "https://api.themoviedb.org"
    static let YOUTUBE_API_KEY = K.GOOGLE_API_KEY // your GOOGLE api key here
    static let youtubeBaseURL = "https://youtube.googleapis.com/youtube/v3/search?"
}
  • Proje kullanıma hazır, keyfini sürün 🎉😊

Ekran Görüntüleri

ss1

ss2

ss3

Ekran Kaydı

youtube-video

netflix-clone-ios-uikit's People

Contributors

sametkoyuncu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.