Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Swiftui 2 - Build Netflix Clone - Swiftui Best Practices

    Posted By: ELK1nG
    Swiftui 2 - Build Netflix Clone - Swiftui Best Practices

    Swiftui 2 - Build Netflix Clone - Swiftui Best Practices
    Last updated 6/2021
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 5.17 GB | Duration: 11h 1m

    Build a functional Netflix clone using the latest SwiftUI features

    What you'll learn
    Bind Your Data With Your UI
    Using new SwiftUI views for iOS 14
    Features and functionality of new Xcode 12 beta
    Quickly building reusable views
    Implementing MVVM with SwiftUI
    New Swift 5 syntax
    Requirements
    Basic Swift programming understanding
    Basic iOS Development understanding
    Description
    Building real apps is always the most efficient way to quickly learn new software engineering concepts. In this course you will learn how to use SwiftUI for more than just playing with small prototypes. You will be building a functional Netflix clone that has most of the features of the real app. The focus of this course is learning & perfecting SwiftUI concepts. We will be building all of the visual UI components from the Netflix app. We won’t handle networking and we’ll be loading our data locally to show up within the UI. The app is built with MVVM and you'll be able to easily integrate your own networking layer. Some parts of the course require iOS 14 and Xcode 12.Many lessons can be followed using Xcode 11 and the important concepts learned will still apply to iOS 13. But some views & functionality are only available in iOS 14 using Xcode 12. For example, the ‘Grid’ view is only availably in iOS 14+. For iOS 13, you would have to build your own implementation using a combination of VStacks & HStack. What is SwiftUI 2? Apple has provided this new framework as a way to quickly build beautiful user interfaces for any Apple device using just one set of easy-to-use tools. With the new declarative syntax of SwiftUI, it takes less code to keep your code and design perfectly in sync. SwiftUI works seamlessly with new Xcode design tools and significantly speeds up development by showing your code changes in real time! After the latest features for iOS 14 announced at WWDC 2020, SwiftUI 2 is even more robust! New views, new functionality, less bugs, and faster performance with Swift 5. No excuses to skip out on SwiftUI now. Start learning today! This course is in no way affiliated with Netflix, Inc. No source code of the real Netflix application is ever shown. This code is my interpretation of how I would build the app using SwiftUI.

    Overview

    Section 1: Introduction

    Lecture 1 Course Overview

    Lecture 2 Creating an Xcode project for SwiftUI

    Section 2: Building The 'Home' View

    Lecture 3 Setting Up HomeView

    Lecture 4 Large Movie Preview (Part 1)

    Lecture 5 Large Movie Preview (Part 2)

    Lecture 6 Large Movie Preview (Part 3)

    Lecture 7 Large Movie Preview (Part 4)

    Lecture 8 HomeView Top Row of buttons

    Lecture 9 Building MovieDetail View (Part 1)

    Lecture 10 Building MovieDetail View (Part 2)

    Lecture 11 Building MovieDetail View (Part 3)

    Lecture 12 Building MovieDetail View (Part 4)

    Lecture 13 Custom Tab Switcher

    Lecture 14 "More Like This" Grid

    Lecture 15 "Trailers & More" List

    Lecture 16 EpisodeView (Part 1)

    Lecture 17 EpisodeView (Part 2)

    Lecture 18 EpisodeView (Part 3)

    Lecture 19 Integrating MovieDetail View with our Home View

    Lecture 20 Top Row Buttons (Part 1 - Setting State Variables)

    Lecture 21 Top Row Buttons (Part 2 - Responding To State Variables)

    Lecture 22 Top Row Buttons (Part 3 - Showing Overlay Menus)

    Section 3: Building A TabView

    Lecture 23 Building A TabView

    Section 4: Building The Search View

    Lecture 24 Custom Search Bar (Part 1)

    Lecture 25 Custom Search Bar (Part 2)

    Lecture 26 Search View (Part 1)

    Lecture 27 Search View (Part 2 - Custom Bindings)

    Lecture 28 Search View (Part 3 - Popular)

    Lecture 29 Search View (Part 4 - Lazy Grid)

    Section 5: Building The 'Coming Soon' View

    Lecture 30 Coming Soon (Part 1)

    Lecture 31 Coming Soon (Part 2 - Tracking Scroll View)

    Section 6: Building The 'Downloads' View

    Lecture 32 Downloads View

    Section 7: Xcode 12 Update!

    Lecture 33 Fix #1: Stretched images

    Section 8: Building The 'Preview Page Scroller' View

    Lecture 34 Building the "Preview Image Cell" view

    Lecture 35 Building the "Preview Row" - Row of Preview Images

    Lecture 36 Building the "Pager" - A scrollable container of views

    Lecture 37 Trailer Player View - Video Player Wrapper

    Lecture 38 Preview View - FullScreen video playing view

    Lecture 39 PreviewList - Scrollable list of videos

    Lecture 40 Advanced Drag Gesture 1 - Showing & Hiding a fullscreen overlay

    Lecture 41 Advanced Drag Gesture 2 - Combining Multiple Gestures

    Experienced developers ready to jump into SwiftUI 2,Beginner developers learning how to build real applications with SwiftUI 2,Developers looking to practice their design skills,Developers who learn best by building real project