SwiftUI – Build Tinder Clone – iOS 14 – Xcode 12

seeders: 9
leechers: 2
updated:
Added by tutsnode in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 87
  • Language: English

Files

SwiftUI - Build Tinder Clone - iOS 14 - Xcode 12 [TutsNode.com] - SwiftUI - Build Tinder Clone - iOS 14 - Xcode 12 8. Purchase Popup
  • 2. Swipeable Promo View.mp4 (348.3 MB)
  • 2. Swipeable Promo View.srt (69.2 KB)
  • 1. Layering backgrounds.srt (45.9 KB)
  • 3. Animating purchase overlay.srt (22.0 KB)
  • 1. Layering backgrounds.mp4 (251.5 MB)
  • 3. Animating purchase overlay.mp4 (111.8 MB)
6. Matches View
  • 2. Creating Content for our LazyVGrid.srt (56.6 KB)
  • 3. Combining our views to finish the screen.srt (32.1 KB)
  • 1. Customizing a LazyVGrid.srt (29.1 KB)
  • 2. Creating Content for our LazyVGrid.mp4 (270.1 MB)
  • 3. Combining our views to finish the screen.mp4 (165.6 MB)
  • 1. Customizing a LazyVGrid.mp4 (111.8 MB)
9. Card Views
  • 5. Full Screen Card View - ButtonStyle + View Modifier.srt (50.0 KB)
  • 3. Card View Part 1 - Drag Gesture.srt (33.2 KB)
  • 4. Full Screen Card View - Sticky Scroll Views.srt (30.5 KB)
  • 1. Card Image Scroller.srt (25.8 KB)
  • 7. Home View.srt (24.5 KB)
  • 2. Image Scroller - Selected Index Indicator.srt (22.1 KB)
  • 8. Matched Geometry Effect - Hero Transitions.srt (18.1 KB)
  • 6. Card Stack View.srt (9.4 KB)
  • 5. Full Screen Card View - ButtonStyle + View Modifier.mp4 (250.6 MB)
  • 3. Card View Part 1 - Drag Gesture.mp4 (159.5 MB)
  • 4. Full Screen Card View - Sticky Scroll Views.mp4 (153.4 MB)
  • 7. Home View.mp4 (118.4 MB)
  • 2. Image Scroller - Selected Index Indicator.mp4 (111.6 MB)
  • 1. Card Image Scroller.mp4 (104.6 MB)
  • 8. Matched Geometry Effect - Hero Transitions.mp4 (93.4 MB)
  • 6. Card Stack View.mp4 (47.0 MB)
3. Profile View
  • 1. Displaying images.srt (43.8 KB)
  • 2. Designing the profile view.srt (37.6 KB)
  • 2. Designing the profile view.mp4 (196.8 MB)
  • 1. Displaying images.mp4 (191.5 MB)
4. Messages View
  • 4. Custom Scrollview logic.srt (40.0 KB)
  • 3. Textfield logic.srt (31.1 KB)
  • 2. Building the chat view.srt (24.7 KB)
  • 1. Building the messages view.srt (19.0 KB)
  • 4. Custom Scrollview logic.mp4 (203.5 MB)
  • 3. Textfield logic.mp4 (150.9 MB)
  • 2. Building the chat view.mp4 (115.2 MB)
  • 1. Building the messages view.mp4 (64.1 MB)
5. Message List View
  • 2. Building our message row.srt (36.7 KB)
  • 1. Building our textfield.srt (29.0 KB)
  • 3. Filtering our search results.srt (25.7 KB)
  • 2. Building our message row.mp4 (160.3 MB)
  • 1. Building our textfield.mp4 (123.2 MB)
  • 3. Filtering our search results.mp4 (122.3 MB)
2. TabBar Setup
  • 1. Designing the tab bar.srt (30.7 KB)
  • 2. Tracking global app state.srt (28.8 KB)
  • 3. Tab Bar custom switching logic.srt (12.1 KB)
  • 2. Tracking global app state.mp4 (119.0 MB)
  • 1. Designing the tab bar.mp4 (111.4 MB)
  • 3. Tab Bar custom switching logic.mp4 (57.4 MB)
7. ProfileView update!
  • 1. Implementing a real User model.srt (20.9 KB)
  • 1. Implementing a real User model.mp4 (113.1 MB)
1. Introduction
  • 1. Introduction.srt (6.4 KB)
  • 1. Introduction.mp4 (29.2 MB)
  • TutsNode.com.txt (0.1 KB)
  • [TGx]Downloaded from torrentgalaxy.to .txt (0.6 KB)
  • .pad
    • 0 (5.2 KB)
    • 1 (787.0 KB)
    • 2 (494.9 KB)
    • 3 (429.3 KB)
    • 4 (487.2 KB)
    • 5 (169.5 KB)
    • 6 (562.6 KB)
    • 7 (435.5 KB)
    • 8 (711.5 KB)
    • 9 (521.9 KB)
    • 10 (603.1 KB)
    • 11 (148.0 KB)
    • 12 (858.7 KB)
    • 13 (725.7 KB)
    • 14 (5.3 KB)
    • 15 (615.2 KB)
    • 16 (768.4 KB)
    • 17 (938.5 KB)
    • 18 (186.2 KB)
    • 19 (228.0 KB)
    • 20 (454.7 KB)
    • 21 (631.4 KB)
    • 22 (409.5 KB)
    • 23 (636.9 KB)
    • 24 (970.9 KB)
    • 25 (659.4 KB)
    • 26 (999.0 KB)

Description


Description

Let’s build a real iOS app using SwiftUI with all of the new iOS 14 features!

In this course you will be building a functional iOS Tinder clone with most of the features of the real app. The focus of this course is learning & perfecting SwiftUI concepts. You will learn how to build beautiful and complex views using Apples latest user interface framework. SwiftUI is the future of iOS development so it’s time to add this skill to your developer portfolio!

The best way to learn iOS development is to build real applications. This course will teach you strong architecture fundamentals and you will learn how to efficiently load & pass data around a larger app with several screens.

To keep the focus on how to build views with SwiftUI, we will skip implementing a server or a networking layer. We will be loading our data locally to render our UI. With the clean MVVM architecture, you will easily be able to implement your own networking layer without having to refactor any code.

Technical Specifications:
* Xcode Version: 12.2

* iOS Version 14+

* Minimum MacOS 10.15 required for SwiftUI previews. I’m using Mojave 11.2.1

* Architecture followed: MVVM



SwiftUI is 100% the future of iOS Development. Don’t delay any more.

Start learning today!

This course is in no way affiliated with Tinder® or Match Group, LLC. No source code of the real Tinder application is ever shown. This code is my interpretation of how I would build the app using SwiftUI.
Who this course is for:

Average to advanced SwiftUI developers
iOS Developers comfortable with UIKit looking to learn SwiftUI
Beginners looking to start learning iOS development with SwiftUI
Developers looking to sharpen their design skills

Requirements

Understanding basic SwiftUI concepts
Basic Swift programming knowledge
Basic iOS Development knowledge

Last Updated 5/2021



Download torrent
4 GB
seeders:9
leechers:2
SwiftUI – Build Tinder Clone – iOS 14 – Xcode 12


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
4 GB
seeders:9
leechers:2
SwiftUI – Build Tinder Clone – iOS 14 – Xcode 12


Torrent hash: FCB5976F4E3CE622C693400EA36AAA444C55412C