[Udemy, Dr. Ron Erez] Deep Dive iOS 18 & SwiftUI 6: 80-Hour Project-Based Course [2/2025, ENG]

Страницы:  1
Ответить
 

Learn JavaScript Beggom

Стаж: 5 лет 3 месяца

Сообщений: 827

Learn JavaScript Beggom · 15-Июн-25 17:32 (17 дней назад)

Deep Dive iOS 18 & SwiftUI 6: 80-Hour Project-Based Course
Год выпуска: 2/2025
Производитель: Udemy, Dr. Ron Erez
Сайт производителя: https://www.udemy.com/course/deep-dive-ios-16-swiftui-programming/
Автор: Dr. Ron Erez
Продолжительность: 87h 6m 29s
Тип раздаваемого материала: Видеоурок
Язык: Английский
Субтитры: Английский
Описание:
What you'll learn
  1. Learn to build iOS Apps
  2. Learn good programming practices
  3. Learn MVVM design pattern
  4. Have fun programming and exploring
Requirements
  1. There are no prerequisites besides wanting to learn
Description
This course focuses on iOS development using the Swift programming language and the SwiftUI framework. You'll start by learning the programming fundamentals of Swift. This is a project-based course, where each project introduces new language features and provides hands-on experience. The apps will be developed using the MVVM software design pattern, which complements SwiftUI and iOS development. Additionally, you'll learn how to efficiently use Xcode, navigate the interface, utilize hotkeys, and create code snippets.
New content related to iOS 18 is uploaded regularly.
Here is a list of the topics we will cover and the apps we will create.
  1. Xcode. We start by downloading Xcode and SF Symbols, adapting it to our needs and learning essential keyboard shortcuts.
  2. The Swift Programming Language. We start with the basics of the Swift programming language, move on to slightly more advanced Swift topics, and then focus on a dedicated section of Swift coding exercises.
  3. Extended Introduction to Swift. After getting our feet wet in the previous section we move onto a more systematic and comprehensive coverage of the Swift programming language.
  4. Swift Coding Exercises. This section presents a range of coding exercises with different difficulty levels to help reinforce the concepts covered in the previous two sections.
  5. Higher Order Functions and Functional Programming. Higher-order functions are integral to Swift and SwiftUI, so this section is dedicated to this crucial concept.
  6. Greetings App. The aim is to introduce the fundamentals of SwiftUI and provide a brief glimpse into the capabilities of both Swift and SwiftUI. In this short app, we will explore essential layouts, animations, tap gestures, gradients (both linear and radial), multilingual support (including English, Spanish, and more), creating app icons for all devices, and enabling light and dark mode support.
  7. Icons - Light, Dark and Tinted. In this brief section, we will explore icons in iOS 18, including light, dark, and the newly introduced tinted icons.
  8. Basics. The goal is not to give an encyclopedic treatment, rather cover a large chunk of the fundamentals and then quickly dive into as many apps as possible where we use these basics and beyond.
    1. Programming basics, i.e. variables, constants, arrays, loops, structs, conditionals, basic data types, guard, tuples, enumerations, etc.
    2. HStack, VStack, ZStack, gradients, colors, text, alignment, frames, rotations, grids, images, AsyncImage
  9. User Interface Exercise. Video-based exercises with solutions, testing our understanding of concepts from the previous section.
  10. Data Flow in SwiftUI. Understanding @State, @Binding, @ObservedObject, @StateObject, @Published, Observable, and @EnvironmentObject.
  11. Exploring Images. Scale to Fit and Fill, and AsyncImage.
  12. Code Snippets. Utilizing code snippets to write programs more efficiently. While this topic is straightforward, it’s highly practical. In this section, we also cover helpful concepts such as:
    1. Page tabbed views
    2. Background colors
    3. Buttons
    4. Gradient text and masks
    5. Clean default views
    6. Avatars
    7. Clickable images linking to websites
  13. Animations. Keyframes, Bounce, Phase, Breathe, Wiggle, Rotate, and Pulse animations
  14. Gestures. Incorporating various types of gestures such as drag, tap, and magnify
  15. Stylizing Text Views. String Interpolation, Markdown, Attributed Strings, Measurements, Pluralization with Inflection, and OpenURLAction and Text Renderer
  16. Calculator. We implement a nice UI based on a beautiful design from dribbble. We support both light and dark mode and discuss state variables.
  17. Brevis App - Hotkeys. A straightforward yet useful hotkey app designed to work seamlessly on iPhone, iPad, and macOS.
  18. Recipe App MVVM. This is the first App in the course that covers the MVVM design pattern which is central in this course. We also cover basic navigation and lists and custom views in this section.
  19. Chinese Continuing App. This app includes unit testing, MVVM architecture, API calls using URLSession, and features a visually appealing splash screen with a random image.
  20. Fizz Buzz. This app is built around the classic interview question known as Fizz Buzz. We start by exploring Xcode's playground and then progress to developing an app focused on string manipulation. The app implements Fizz Buzz in multiple programming languages, including Swift, Rust, Go, C, and JavaScript/HTML, effectively creating a program that generates other programs. Additionally, we cover how to copy text to the clipboard and explore the context menu.
  21. HTML to Color Extension. In this section we write code that converts HTML to usable code in SwiftUI. Namely we automate the creation of color extensions which will be used in the Charts App of our course (or in any app for that matter).
  22. Exploring Charts. We create charts using the SwiftUI Charts framework. Using drag gestures in the charts. Horizontal and vertical bar charts, line charts, area charts.
  23. Activity Tracker - Pie Charts and Donut Charts with Swift Data. In this section, we dive into creating visual representations of data using pie charts and donut charts in Swift, leveraging Swift Data for robust data management and visualization.
  24. Line Plots. In this section, we explore line plots with a focus on various intriguing topics. We start by creating random line plots and then move on to examining Lissajous curves, including their parameterizations. We'll also cover essential graphics functions, delve into implementing trigonometric functions, and illustrate the prime number theorem through visual representation. This comprehensive approach provides a solid understanding of how to use line plots to convey complex mathematical concepts and data.
  25. Core Data Math Game. We create a math game focusing on MVVM and Core Data. In addition like most of the apps in the course, the app supports multiple languages out of the box via localization.
  26. Swift Data. In this section, we delve into Swift Data, an alternative to Core Data. We will explore its features and benefits, examining how it streamlines data management and integration within Swift applications.
  27. Building and Deploying Titanic Survival Predictions with CoreML and CreateML. This brief section is designed to give you an introduction to the capabilities of CoreML and CreateML by exploring a practical example: predicting Titanic passenger survival. We’ll start with preparing and preprocessing the Titanic dataset, then use CreateML to train a predictive model, and finally, integrate the model into an iOS app using CoreML. This hands-on exercise will offer a taste of the power and ease of Apple's machine learning tools, demonstrating how they can be applied to real-world data and applications.
  28. Alarm App. This section is a key highlight of the course. We draw inspiration from a design on Dribbble to build a sophisticated user interface that supports multiple languages, including English, Spanish, French, Italian, German, and Turkish. The complexity of the UI provides a great opportunity to work with advanced design elements such as navigation stacks, tab views, grids, shapes, and date pickers. We also create a custom toggle button using tap and drag gestures, states, and bindings.
    In addition, we delve into advanced topics such as async-await and, notably, local push notifications, which are essential for engaging users with timely updates. We explore the use of environment objects, published properties, state management, and bindings, with a particular focus on how these concepts are applied throughout the app, especially in the context of local notifications. This section offers a comprehensive look at these powerful tools and techniques, showcasing their application in creating a robust and interactive app.
  29. Conway's Game of Life. This exercise is based on a classic programming challenge developed by the late British mathematician John Conway, who is remembered for his contributions despite having passed away from COVID. In this version of the game, we extend the concept by allowing users to modify the game rules. Our focus will be on both the programming logic and creating an attractive user interface, including elements such as sliders, custom check boxes, and ForEach views.
  30. Tip Calculator. My first thought was - not another tip calculator! However, this app stands out with its stunning design inspired by Dribbble. In this section, we dive into working with shapes, and place a strong emphasis on state management and bindings. Additionally, we ensure the app is fully localized and adapted for different modes, including light and dark themes, iPad and iPhone, as well as portrait and landscape orientations.
  31. Flashcards App. As the name suggests, this app focuses on creating and managing flashcards. We place a significant emphasis on implementing tap, magnification, and drag gestures within the app.
  32. Mystic Puzzle Game: Mastering the 15-Puzzle Challenge in SwiftUI. Dive into the world of classic puzzles with the Mystic Puzzle Game, also known as the 15-puzzle game. This engaging project challenges you to shuffle 15 tiles, leaving one space empty, and requires users to strategically move the tiles back into their correct positions.
    In this course section, you'll explore more than just a visually appealing interface. We tackle the intricate logic behind the puzzle, making it a stimulating programming exercise. You'll learn how to implement complex algorithms and state management in SwiftUI while creating a smooth, interactive user experience.
  33. Quote of the Day App. In this section, we'll utilize a quote API to learn how to fetch data from the internet—a crucial skill for many apps. Additionally, we'll explore the use of custom fonts to enhance the app's design and user experience.
  34. Speed code a Chill Meditation App. We create a very simple meditation in 30 minutes flat. This is to show what can be done easily in SwiftUI with very little time and effort.
  35. Multilingual Animals. This can be viewed as an educational game for children. The main goal of this project is to learn how to support text to speech in multiple languages, namely, English, Spanish and French. Of course other languages can easily be supported.
  36. The remaining four apps focus on the frontend. All based on designs from dribbble. Namely.
    1. Body Shape UI.
    2. Meditation App UI.
    3. Finance App UI.
    4. Task Manager UI.
Moreover this course is dynamic in the sense that I will regularly post more material of my own and/or in response to specific requests from students.
I hope you enjoy this course as much as I enjoyed creating it. Also make the code your own. Experiment and be creative. Try to implement an App idea of your own.
Feel free to ask questions in the Q & A or message me directly. I'm always happy to answer questions and check for questions twice a day.
Happy programming and have a Great day
Ron
Who this course is for:
  1. Beginner-intermediate programmers or anyone wanting to learn to program iOS 18 using Swift and SwiftUI
Формат видео: MP4
Видео: avc, 1280x720, 16:9, 30000 к/с, 1305 кб/с
Аудио: aac, 48.0 кгц, 128 кб/с, 2 аудио
Изменения/Changes
Version 2025/2 compared to 2024/7 has increased by 39 lessons and 4 hours and 14 minutes in duration.
MediaInfo
General
Complete name : D:\3. Udemy Courses\Udemy - Deep Dive iOS 18 & SwiftUI 6 80-Hour Project-Based Course (2.2025)\7 - (iOS18+) Icons - Light, Dark and Tinted icons in iOS 18\1 -(iOS18+) Download Bakery Icon Creator and Explore Light, Dark and Tinted Icons.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 105 MiB
Duration : 10 min 10 s
Overall bit rate : 1 442 kb/s
Frame rate : 30.000 FPS
Writing application : Lavf59.27.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.1
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 10 min 10 s
Bit rate : 1 305 kb/s
Nominal bit rate : 3 000 kb/s
Maximum bit rate : 3 000 kb/s
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 30.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.047
Stream size : 94.9 MiB (91%)
Writing library : x264 core 164 r3095 baee400
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x1:0x111 / me=umh / subme=6 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=22 / lookahead_threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=60 / keyint_min=6 / scenecut=0 / intra_refresh=0 / rc_lookahead=60 / rc=cbr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / vbv_maxrate=3000 / vbv_bufsize=6000 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Codec configuration box : avcC
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 10 min 10 s
Source duration : 10 min 10 s
Bit rate mode : Constant
Bit rate : 128 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 9.31 MiB (9%)
Source stream size : 9.31 MiB (9%)
Default : Yes
Alternate group : 1
Download
Rutracker.org не распространяет и не хранит электронные версии произведений, а лишь предоставляет доступ к создаваемому пользователями каталогу ссылок на торрент-файлы, которые содержат только списки хеш-сумм
Как скачивать? (для скачивания .torrent файлов необходима регистрация)
[Профиль]  [ЛС] 

cyberwatcher

Стаж: 16 лет 8 месяцев

Сообщений: 65

cyberwatcher · 24-Июн-25 06:07 (спустя 8 дней)

Друзья встаньте на раздачу пожалуйста. Уток осталось 25% докачать
[Профиль]  [ЛС] 

Learn JavaScript Beggom

Стаж: 5 лет 3 месяца

Сообщений: 827

Learn JavaScript Beggom · 25-Июн-25 18:51 (спустя 1 день 12 часов, ред. 25-Июн-25 18:51)

cyberwatcher писал(а):
87923747Друзья встаньте на раздачу пожалуйста. Уток осталось 25% докачать
Я вроде на раздаче. Попробуйте переместить раздачу в корень диска C:/ или D:/. Торрент может не работать из-за слишком длинных названий файлов. Если после этого не получится — напишите еще раз. Буду, что-то думать.
В этой раздаче была похожая ситуация.
Скопировал эту раздачу на второй компьютер, теперь раздаю с двух машин — надеюсь, всё будет нормально.
[Профиль]  [ЛС] 

NikeBoy

Стаж: 17 лет 9 месяцев

Сообщений: 920


NikeBoy · 27-Июн-25 08:35 (спустя 1 день 13 часов)

Альтернативная раздача: [Packt Publishing / O'Reilly Media] Deep Dive iOS 18 & SwiftUI 6 - An 80 Hour Project Based Course by Ron Erez [2025, ENG + Sub]
Размер: 27.57 GB
Видео: 1920×1080
+ github
[Профиль]  [ЛС] 

cyberwatcher

Стаж: 16 лет 8 месяцев

Сообщений: 65

cyberwatcher · 28-Июн-25 11:32 (спустя 1 день 2 часа)

Learn JavaScript Beggom писал(а):
87925386
cyberwatcher писал(а):
87923747Друзья встаньте на раздачу пожалуйста. Уток осталось 25% докачать
Я вроде на раздаче. Попробуйте переместить раздачу в корень диска C:/ или D:/. Торрент может не работать из-за слишком длинных названий файлов. Если после этого не получится — напишите еще раз. Буду, что-то думать.
В этой раздаче была похожая ситуация.
Скопировал эту раздачу на второй компьютер, теперь раздаю с двух машин — надеюсь, всё будет нормально.
Спасибо
[Профиль]  [ЛС] 

shoorann

Стаж: 14 лет 9 месяцев

Сообщений: 4


shoorann · 30-Июн-25 06:03 (спустя 1 день 18 часов)

Скачал до половины и застрял. Встаньте на раздачу, будьте добры. Посидирую, зуб даю)
[Профиль]  [ЛС] 

Learn JavaScript Beggom

Стаж: 5 лет 3 месяца

Сообщений: 827

Learn JavaScript Beggom · 30-Июн-25 13:07 (спустя 7 часов)

shoorann писал(а):
87944147Скачал до половины и застрял. Встаньте на раздачу, будьте добры. Посидирую, зуб даю)
Я на раздаче с двух компьютеров. Странно, что не раздаётся. Попробуйте переместить раздачу в корень диска C:/ или D:/ — торрент может не работать из-за слишком длинных названий файлов.
[Профиль]  [ЛС] 
 
Ответить
Loading...
Error