Видео: Swiftui
Подборка новых видео на тему Swiftui на сегодня 21 April 2026 года
Привет и добро пожаловать на канал по программированию на Swift Это 1 видео из нашего видеокурса SwiftUI для новичков. Если вы хотите научиться разработке приложений для iPhone, iPad, Mac, Apple Watch и Apple TV, то запускайте это видео. Неважно, есть ли у вас опыт в программировании - наш видеокурс начинается с нуля. Что будет в этом видео: - Что такое SwiftUI? - Как создать новый проект в SwiftUI? - Для каких платформ подходит SwiftUI - Стартовый шаблон приложения на SwiftUI - Как импортировать фреймворк Свифтюай - Что такое View? - Что такое ContentView? - Что такое body: some View - Что такое #Preview - Как открыть и закрыть Canvas - Как вынести текст в переменную в SwiftUI? - Как добавить текст на экран? - Что такое модификаторы... Смотреть видео...
Добро пожаловать в новый видеоурок, в котором мы исследуем мир SwiftUI и узнаем, как создавать увлекательные и интерактивные свайп-действия (SwipeActions) в ваших iOS-приложениях. SwipeActions предоставляют пользователям удобный и интуитивный способ взаимодействия с элементами списка и таблицы, и в этом видео мы расскажем вам все о их создании и настройке. Что вы узнаете в этом видео: Создание свайп-действий для элементов списка и таблицы в SwiftUI. Пользовательские настройки для каждого свайп-действия: заголовок, цвет, иконка и действие. Интерактивные жесты и взаимодействие с SwipeActions. Поддержка нескольких свайп-действий для одного элемента. Мы предоставим вам практические примеры и шаг за шагом покажем, как создать интерактивные... Смотреть видео...
In this SwiftData tutorial, I share the basics of SwiftData, a new data persistence framework introduced during WWDC 2023. SwiftData allows you to store and manage data on your device and even use iCloud sync to share data between different devices. I explain how to use SwiftData with SwiftUI in Xcode 15 beta 5 and highlight some of its advantages. I start by showing you how to create a new project in Xcode 15 and choose SwiftData as the storage option. I then walk you through the process of creating a basic example using SwiftData, including defining model files, generating a schema, and working with the model context. Next, I demonstrate how to insert, update, and delete data using SwiftData. I also show you how to use bindings to... Смотреть видео...
🎸 Тейлор Свифт — LIVE на стадионе SOFI (2023) Привет, поклонники музыки! Сегодня хотим поделиться впечатлениями от выступления Тейлор Свифт на стадионе SOFI. Певица вновь доказала, почему её концерты — это настоящее событие для всех любителей музыки. На стадионе Тейлор исполнила свои хиты, заряжая зрителей энергией и позитивом. Каждый трек она пела с невероятной страстью и драйвом. Выступление стало настоящим праздником для всех поклонников её творчества. Не упустите возможность насладиться живым выступлением одной из самых известных певиц в мире! Приятного просмотра и прослушивания! #TaylorSwift #концерт #музыка --- 🎸 Taylor Swift — LIVE at SOFI Stadium (2023) Hello, music fans! Today we want to share our impressions of Taylor... Смотреть видео...
В этом видео мы погружаемся в мир разработки интерфейса на SwiftUI, чтобы создать анимированный и визуально привлекательный вкладочный интерфейс (Tab View). Это подробное руководство подойдет как новичкам, так и опытным разработчикам, желающим улучшить свои навыки в создании пользовательских интерфейсов на SwiftUI. Мы начнем с основ и пошагово дойдем до создания сложного анимированного вкладочного интерфейса, который можно будет использовать в ваших iOS приложениях. Что вы узнаете: Основы работы с Tab View в SwiftUI. Как создать пользовательский вкладочный интерфейс с анимациями. Применение различных анимаций и переходов для улучшения пользовательского опыта. Интеграция созданного Tab View в iOS приложение. Подписывайтесь на наш канал,... Смотреть видео...
Hello Guys ??? In this video, I'll demonstrate how to use SwiftUI to develop a unique video player that looks like the YouTube Video player | SwiftUI Custom Video Player | SwiftUI Video Player Custom Controls | SwiftUI Custom Video Player Seeker | SwiftUI AVKit Video Player | SwiftUI Custom Animations | SwiftUI Animations | Swift | SwiftUI Xcode 14 | SwiftUI for iOS 16 | Xcode 14 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #design #animation ► Source Code: ► Part 1 Video: ► Subscribe For More: ► For Apple Device Mockup's: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: ► My MacBook Specs M1 MacBook Pro(16GB) Xcode Version: 14.3 macOS Version: 13.3.1 Ventura ► Official... Смотреть видео...
The Complete Guide Using SwiftUI MVVM Async Await & SwiftUI Error Handling: SwiftUI Tutorial **Warning Fix** Starting from Swift 5.7 you may get an error with your stateobject being initialised with the MainActor annotation. This was filmed pre this warning appearing in Swift 5.7 (Swift changes ?), in order to resolve the warning you have to create an instance of your view model in the init like they do in this link or i think you can only add the MainActor attribute to the the function and i think that will resolve it too ?? i.e to create an instance of it in the initialiser do the following below @StateObject var vm: MyViewModel init() { self._vm = StateObject(wrappedValue: MyViewModel(service: MyService())) } In... Смотреть видео...
In this vid you will create a basic login form with SwiftUI in Xcode. You will use TextField, NavigationView, NavigationBarTitle, and State binding in SwiftUI to create this form. should I learn ios or web development?: MacBook Coding Stickers (Swift stickers): companion medium article: Join the community slack channel for free: pro courses: Newsletter: Twitter: Instagram: medium: get my latest course: Core Location MapKit Course: CORE DATA Course: Collection View (Pinterest) Course: UITableView Animations: Sticker Pack Course: Build a Beginner To Do List: Animations Course!: #swiftui #reactiveprogramming #form If you googled anything in this list this video is for you: swiftui state state swiftui login form... Смотреть видео...
In this Video i'm going to show how to create a App That Fetches Data From Firestore Using Pagination In SwiftUI | Shimmer Loading Effect Using SwiftUI | SwiftUI Firebase Firestore Tutorial | Shimmer Effect Using SwiftUI | Loading Data At The End Of The List/ScrollView Using SwiftUI | Firestore Pagination Using SwiftUI. Source Code Support Us By Contributions : Support Us By Patreon : Support Us By Visiting the Link Given Below. ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it a try too My Xcode... Смотреть видео...
Head to to save 10% off your first purchase of a website or domain using code SEANALLEN. Swift Charts was introduced in iOS 16 and is an amazing framework that allows us to easily create charts in SwiftUI. In this video we will build a bar chart and I will show you how to customize the x and y axis, bar colors, and more. iOS Developer Courses Twitter: Hired.com: Book and learning recommendations that help out the channel if you decide to purchase (Affiliate Links): Paul Hudson's Hacking With Swift: Donny Wals - Combine: Mark Moeyken’s SwiftUI Books: www.bigmountainstudio.com/swiftui-views-book/fzc51 Objc.io Books (Thinking in SwiftUI & Advanced Swift): Ray Wenderlich Books: #swift #softwaredeveloper #iosdeveloper... Смотреть видео...
In this video we will learn to build a full working calculator app in SwiftUI. This is an excellent place to start for beginners in SwiftUI. Creating the view and wiring up observable data are some of the fundamentals of SwiftUI that every developer should master. You will get a first glimpse of buttons and stacking, in addition to wiring up functionality that a calculator has. ? Source Code: ? Subscribe for more: ? Like my teaching style? Check out some of my most popular courses! Project Code: #swift #swiftUI #calculator ** Like my teaching style? Check out some of my most popular courses! Join this channel to get access to perks, code, groups, and more: Building TikTok: SwiftUI for Beginners: Join the iOS Academy... Смотреть видео...
Присоединяйтесь к нашему увлекательному путешествию по миру SwiftUI и WebSocket, где мы создадим функциональное приложение для живого чата! В этом видео мы шаг за шагом разберем, как использовать технологию WebSocket для создания интерактивных, реальных приложений с помощью SwiftUI. Что Вы Узнаете: Основы работы с WebSocket и его интеграция в SwiftUI. Создание пользовательского интерфейса для чата с использованием SwiftUI. Управление соединением WebSocket и обработка сообщений в реальном времени. Применение MVVM архитектуры для организации и масштабирования проекта. 🔧 Технические Детали: Настройка клиента WebSocket для связи с сервером. Отправка и прием сообщений через WebSocket. Обработка событий соединения и разъединения. 🔗 Не... Смотреть видео...
Learn SwiftUI by building popular app layouts. Learn SwiftUI fundamentals and how to approach coding and solve these particular UI-related problems How to Build a Simple Form using SwiftUI ☞ Building the SwiftUI Sample App in Flutter ☞ MVVM in SwiftUI ☞ In this tutorial, you'll learn SwiftUI by building popular app layouts. Learn SwiftUI fundamentals and how to approach coding and solve these particular UI-related problems We start by building the Instagram home feed and then the Tinder swipe animation, see you in the course! Do you want to learn SwiftUI but don't know what to build? This mini-course will be perfect for you. This course will start by exploring the home layout of Instagram in Figma and breaking down the design into... Смотреть видео...
Друзья, привет! Сегодня хочу представить вам свою библиотеку, которая избавит вас от головной боли при работе с новыми модификаторами SwiftUI. Каждый раз, когда Apple выпускает новый модификатор в SwiftUI, нам приходится писать такие конструкции: if #available(iOS 15.0, macOS 12.0, *) { YourView() .badge(5) } else { YourView() } SwiftUI-Adapter делает эту рутину за вас! Просто используйте единый синтаксис – проверки версий останутся под капотом: YourView() .adapter.badge(5) ✅ Преимущества: 🔹 Не повлияет на производительность: все проверки производятся на этапе компиляции. 🔹 Чистая кодовая база: больше никаких #available в каждом втором файле. 🔹 Простота интеграции: добавляется за пару минут через SPM. 🔹 Открытый исходный... Смотреть видео...
Welcome to this tutorial where we will be discussing how to implement image caching in SwiftUI using URLCache. This tutorial will show you how to improve the performance of your app by caching images that are loaded from the network. By the end of this tutorial, you'll know how to use URLCache to store images in memory and disk, and how to use SwiftUI's native Image view to display them. We will also cover how to handle errors and retry logic for failed requests. This tutorial is perfect for developers who have some experience with iOS development and are looking to learn more about caching and performance optimization in SwiftUI. So grab your Mac and get ready to take your iOS development skills to the next level with SwiftUI Image Cache... Смотреть видео...
Привет и добро пожаловать на канал по программированию на Swift Это 7 видео из нашего видеокурса SwiftUI для новичков. Если вы хотите научиться разработке приложений для iPhone, iPad, Mac, Apple Watch и Apple TV, то запускайте это видео. Неважно, есть ли у вас опыт в программировании - наш видеокурс начинается с нуля. Что будет в этом видео: - Как использовать TabView в SwiftUI - Как создать табвью в SwiftUI - Как создать вид с вкладками в SwiftUI - Новый TabView в в SwiftUI - Как программно переключать вкладки TabView в SwiftUI - Чем отличается image и systemImage TabView в SwiftUI - Как использовать Tab в SwiftUI - Как добавить экран в TabView в SwiftUI - Что такое selection TabView в SwiftUI - Что такое tabItem - Чем отличается Tab... Смотреть видео...
In this Video i'm going to show how to create a Multiple Image Viewer Like Twitter With Pinch to Zoom And Drag to Dismiss Using SwiftUI 2.0 | SwiftUI 2.0 Pinch to Zoom | SwiftUI 2.0 Drag to Dismiss | SwiftUI 2.0 Image Pinch to Zoom | SwiftUI Image Viewer | SwiftUI 2.0 Twitter Custom Image Grid View | SwiftUI 2.0 Custom Grid View | Xcode 12 SwiftUI. Source Code ? Support Us By Patreon : Support Us By Contributions : Support Us By Visiting the Link Given Below. ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give... Смотреть видео...
In this SwiftUI tutorial, we’ll carry on improving our SwiftUI News App overall UI & UX. We'll be providing a placeholder for our article views with the SwiftUI redacted modifier, replacing our loading view from previous videos and now implementing a swiftui skeleton view similar to Facebook. We’ll see how we can refactor our existing project and add in SwiftUI redacted into our project’s MVVM architecture in SwiftUI 2.0. Timestamps 00:00 Intro 01:00 Using the redacted modifier in SwiftUI 04:04 Using the redacted with an API in SwiftUI 10:28 Using placeholder data with our API 16:00 Testing our SwiftUI app 16:20 Wrap up Build a news app in SwiftUI tutorial series Build Clubhouse in SwiftUI 2.0 and Dark Mode (SwiftUI Tutorial, SwiftUI... Смотреть видео...
How To Use NavigationStack In SwiftUI | A Beginners Guide To Navigation In SwiftUI ********************************** *Timestamps:* 00:00 - Intro 01:26 - Le Problem 02:21 - Brief iOS E-commerce app Project Breakdown 03:05 - How To Replace A NavigationView With A NavigationStack In SwiftUI 06:13 - How To Use navigationdestination In SwiftUI 09:29 - How To Use Custom Types With Navigation Destination 13:22 - How To Add Multiple Navigation Destinations In SwiftUI 22:00 - How To Use NavigationPath In SwiftUI 30:59 - iPad support and styles 31:48 - Summary Enjoying the video? Then why stop here 🤷🏾♂️ Enjoy the rest of this course here in this playlist 👇🏾 Become A SwiftUI Navigation Pro (All Levels | SwiftUI Navigation Stack | iOS Deep... Смотреть видео...
In this video we will learn how to create a web view in swiftUI. SwiftUI does not natively support a web view so it is essential we know how to create our own custom version of it. We will be using UIViewRepresentable to do so and learning how to load our own URLs. Additionally, we will do this in a componentized fashion to make the object/webview reusable. As always we will be working in SwiftUI 2 and Xcode 12. ? Source Code: ? Subscribe for more: ? Like my teaching style? Check out some of my most popular courses! #swiftUI #webview #iOSDeveloper Join this channel to get access to perks, code, groups, and more: Join the iOS Academy Community: ** Get Skillshare free for 2 Months and learn iOS ** Manage all your investments from... Смотреть видео...
In this Video i'm going to show how to create a Stylish Animated Sticky Header With Scrollable Tabs With Complex Animations Using SwiftUI 2.0 | SwiftUI Sticky Header | SwiftUI 2.0 Complex Animations | SwiftUI 2.0 LazyVStack Pinned Views | SwiftUI Parallax Header | SwiftUI 2.0 Sticky Parallax Header | SwiftUI 2.0 Stretchy Header | Xcode 12 SwiftUI. Source Code Support Us By Contributions : Support Us By Patreon : Support Us By Visiting the Link Given Below. ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it... Смотреть видео...
SwiftUI Combine Want to learn SwiftUI and SwiftUI Combine? Are you looking for a good SwiftUI tutorial? Have you ever wondered what is SwiftUI Combine, how to use SwiftUI TextField and how to create SwiftUI List? Well you're in luck! Because in this SwiftUI Playlist we will core all of that! Discover how to use swiftui button, swiftui button style, swiftui font, swiftui image and swiftui image size. I will give some tips on swiftui border, swiftui navigation bar color, swiftui scrollview and much more. In these swiftui examples I'll guide you through swiftui picker, swiftui text, swiftui form, swiftui navigation, swiftui combine and swiftui datepicker. We will talk about swiftui documentation, swiftui collectionview, swiftui preview and... Смотреть видео...
Hello Guys ??? In this Video I'm going to teach how to convert SwiftUI View to PDF Using SwiftUI 3.0 | SwiftUI PDF Generator | SwiftUI Custom Extensions | SwiftUI Converting View to PDF | SwiftUI UIGraphicsPDFContext | SwiftUI PDF View | SwiftUI @ViewBuilder | Swift | SwiftUI Xcode 13 | SwiftUI for iOS 15 | Xcode 13 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #ux #design ► Source Code: ► E-Commerce App UI Kit Series: ► Subscribe For More: ► Free Book [Partner Link]: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: Or By Visiting the Link Given Below: ► My MacBook Specs M1 MacBook Pro(16GB) Xcode Version: 13.2 macOS Version: 12.0.1 Monetary ► Official Website: ... Смотреть видео...
Этот интенсив предназначен для разработчиков, которые хотят изучить и практически применить технологии SwiftUI и SwiftUI + Combine в разработке iOS приложений. Во время интенсива мы погрузимся в мир SwiftUI, узнаем основы разработки с использованием этого нового фреймворка и рассмотрим применение SwiftUI + Combine для реактивного программирования. Основные темы интенсива включают: 1. Введение в SwiftUI: Мы начнем с обзора основных концепций и преимуществ SwiftUI, таких как декларативный подход, объявление пользовательского интерфейса и использование модификаторов. 2. Разработка пользовательского интерфейса с SwiftUI: Мы рассмотрим создание различных типов пользовательского интерфейса, компонентов и анимаций в SwiftUI. Определим... Смотреть видео...
Этот интенсив предназначен для разработчиков, которые хотят изучить и практически применить технологии SwiftUI и SwiftUI + Combine в разработке iOS приложений. Во время интенсива мы погрузимся в мир SwiftUI, узнаем основы разработки с использованием этого нового фреймворка и рассмотрим применение SwiftUI + Combine для реактивного программирования. Основные темы интенсива включают: 1. Использование SwiftUI + Combine: Мы рассмотрим интеграцию фреймворка Combine в SwiftUI и изучим реактивное программирование для управления состоянием и асинхронными операциями. 2. Работа с данными и хранение: Мы обсудим различные методы работы с данными в SwiftUI, включая использование различных хранилищ и интеграцию с серверной стороной. 3. Тестирование... Смотреть видео...
In this Video i'm going to show how to Build a Custom Camera View Using SwiftUI 2.0 | SwiftUI Camera | SwiftUI Creating Custom Camera View | SwiftUI | SwiftUI Custom Camera Controller | SwiftUI Camera App | How to Access Camera In SwiftUI | SwiftUI AVFoundation | SwiftUI AVCaptureSession | Xcode 12 SwiftUI. Source Code Support Us By Contributions : Support Us By Patreon : Support Us By Visiting the Link Given Below. ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it a try too My Xcode Version is 12.2 My... Смотреть видео...
Get your start in SwiftUI with SwiftUI Fundamentals. In this 12 hour course we build 4 apps that ramp up in difficulty. The first 3 apps are quite simple, but the 4th and final app grows substantialy in size and challenge. See the timestamps at the bottom of the description for the full curriculum. The course has been updated for iOS 15 and iOS 16. If you want a structured viewing experience with a comment section on each individual video, this course is also available (for free) at App 1 Weather: We learn the absolute basics of SwiftUI to build the user interface of a weather app. If you have experience with SwiftUI, feel free to skip this one as it's very beginner friendly. Weather Completed Source Code (Updated for iOS 16): App... Смотреть видео...
Hello Guys ??? II'm going to demonstrate in this video how to create multiple views using SwiftUI's Tab View and NavigationStack and embed them with deep links | SwiftUI Deep Links | Deep Linking App | Deep Linking iOS | SwiftUI Deep Link Navigation Stack | SwiftUI Deep Link TabView | Swift | SwiftUI Xcode 14 | SwiftUI for iOS 16 | Xcode 14 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #design #animation ► Source Code: ► Subscribe For More: ► For Apple Device Mockup's: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: ► My MacBook Specs M1 MacBook Pro(16GB) Xcode Version: 14.2 macOS Version: 13.3 Ventura ► Official Website: For Any Queries: ► Social Platforms ... Смотреть видео...
In this livestream I'll show you how to build a complete SwiftUI app from scratch, while also teaching you the basics of Swift. Along the way I'll be answering questions that you might have, and also providing quizzes to help test your learning. To follow along, you'll need to install Xcode from the Mac App Store. I'll be using Xcode 12.3, but any version of Xcode after 12.0 should be fine. * You can download the finished project source code here: * You can get the assets used in this video from here: * You can download the free SF Symbols app from Apple here: As well as helping absolute beginners learn some SwiftUI, this livestream is also taking place in aid of Julian House – a UK charity that provides support for vulnerable and... Смотреть видео...
In this Video i'm going to show how to achieve Square Space Web Page Parallax Animation Effect Using SwiftUI 2.0 | SwiftUI Parallax Effect | SwiftUI Complex Animations | SwiftUI Square Space Web App UI | SwiftUI Complex UI | Xcode 12 SwiftUI 2.0. Source Code Support Us By Contributions : Support Us By Patreon : Support Us By Visiting the Link Given Below. ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it a try too My Xcode Version is 12.3 My macOS Version is 11.1 Big Sur For Any Queries And Any... Смотреть видео...
Hello Guys 🖐🖐🖐 In this Video I'm going to teach how to create Fully Functional Canvas Editor Like Canva App With Advanced Gestures and Haptics Using SwiftUI 3.0 | SwiftUI Photo Editor Design Tool | SwiftUI Complex UI | SwiftUI Haptic Feedback | SwiftUI Canvas Editor | SwiftUI Image Editor | SwiftUI Advanced Gestures | SwiftUI Simultaneous Gestures | SwiftUI Tap, LongPress, Rotation and Magnification Gestures | SwiftUI MVVM | SwiftUI @ViewBuilder | Swift | SwiftUI Xcode 13 | SwiftUI for iOS 15 | Xcode 13 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #ux #design ► Source Code: ► Subscribe For More: ► Free Book [Partner Link]: ► For Thumbnail 3D MockUp [Free]: ► Support Us Patreon : PayPal: Contributions : ► My... Смотреть видео...
In this Video i'm going to show how to create Login Page With Full Email Authentication Support Using Firebase And SwiftUI | Password Recovery Link For Email Authentication Using Firebase In SwiftUI | Firebase Email Authentication Using SwiftUI | Firebase Tutorials For SwiftUI. Source Code Support Us By Contributions : Support Us By Patreon : Support Us By Visiting the Link Given Below. ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it a try too My Xcode Version is 11.4.1 My macOS Version is 10.15.3... Смотреть видео...
Hello Guys 🖐🖐🖐 In this Video I'm going to teach how to create a Stylish Animated Sticky Header With Auto Scrollable Tab Indicators for ScrollView Using SwiftUI 4.0 | SwiftUI Auto Scrolling Tab Indicators | SwiftUI Dynamic Tab Indicator | SwiftUI ScrollView Reader | SwiftUI Complex Animations | SwiftUI ScrollViewProxy | SwiftUI Sticky Header | Swift | SwiftUI Xcode 14 | SwiftUI for iOS 16 | Xcode 14 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #design #animation ► Source Code: ► Subscribe For More: ► Free Book [Partner Link]: ► For Thumbnail 3D MockUp: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: ► My MacBook Specs M1 MacBook Pro(16GB) Xcode Version: 14.2 macOS Version:... Смотреть видео...
In this video, I want to show you how to create a reusable Custom Calendar that you might be able to use in your projects for different purposes. This video has a follow up video where I use it like a new Charts option to display tallies of event occurring on a specific date. If you want to support my work, you can buy me a coffee :) ******** Download my StewartLynch YouTube Channel Application - Free *********** Table of Contents: 0:00 Introduction 1:06 The Basics 11:18 Custom ViewModifier 15:54 Fraction and Height Detents 17:41 Multi Sheet presentations 18:18 Custom Detents Starter Project Files: None NOTE: I have updated the source code for the completed project because I failed to recognize that many countries do not start the... Смотреть видео...
Hello Guys 🖐🖐🖐 In this Video I'm going to teach how to create Stylish Animated Sticky Header Using SwiftUI 3.0 | SwiftUI Sticky Header | SwiftUI Parallax Header | SwiftUI Pinned Header | SwiftUI Geometry Reader | SwiftUI Parallax Animation | SwiftUI Complex UI | SwiftUI Custom Segmented Control | SwiftUI ScrollView Offset | SwiftUI Preference Key | SwiftUI Animations | SwiftUI MVVM | Swift | SwiftUI Xcode 13 | SwiftUI for iOS 15 | Xcode 13 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #ux #design ► Source Code: ► Subscribe For More: ► Free Book [Partner Link]: ► For Thumbnail 3D MockUp [Free]: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: Or By Visiting the Link Given Below: ► My... Смотреть видео...
Hello Guys 🖐🖐🖐 In this Video I'm going to teach how to create Stunning Glass Effect for your UI Designs in SwiftUI. Some say that Glassmorphism is a rising trend, that's why you should know how to make your works look more modern & stylish. SwiftUI @ViewBuilder | SwiftUI Glassmorphism | SwiftUI Glass Effect | SwiftUI Frosted Glass Effect | SwiftUI Glass Card | Swift | SwiftUI Xcode 14 | SwiftUI for iOS 16 | Xcode 14 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #ux #design ► Source Code: ► Subscribe For More: ► Free Book [Partner Link]: ► Free Apple Device Mockup's: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: ► My MacBook Specs M1 MacBook Pro(16GB) Xcode Version: 14 Beta 4 ... Смотреть видео...
Hello Guys 🖐🖐🖐 In this video, I'll demonstrate how to use SwiftUI's Page TabView to create an infinite carousel | SwiftUI Infinite Carousel | SwiftUI Infinite Page Tab View | SwiftUI Carousel Slider | SwiftUI Pager | SwiftUI Infinite Scrolling | Swift | SwiftUI Xcode 14 | SwiftUI for iOS 16 | Xcode 14 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #design #animation ► Source Code: ► Scrolling Page Tab Indicator Video: ► Subscribe For More: ► For Apple Device Mockup's: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: ► My MacBook Specs M1 MacBook Pro(16GB) Xcode Version: 14.2 macOS Version: 13.2.1 Ventura ► Official Website: For Any Queries: ► Social Platforms ... Смотреть видео...
Приложение Calculator на SwiftUI с архитектурой MVVM. Запись вебинара от 18.01.2023 года. Домашнее задание: Найти ошибки в этом приложении и дописать приложение, чтобы оно полностью соответствовало оригиналу (в вертикальной ориентации). Подумайте как можно улучшить этот код. ________________________________________________________________________________________________ _________________________________________________________________ Если хотите освоить язык программирования Swift, то я приглашаю вас в свою школу SwiftSimple. Более подробно о курсе можете узнать на личной 15 минутной бесплатной консультации. Оформляйте подписку на мою страницу в Boosty и получайте доступ к еще большему количеству учебных материалов: Подписывайтесь на... Смотреть видео...
Переходи на лендинг-спецпроект Авито и узнай как сервис работает изнутри: Реклама. ООО «Авито Тех». LdtCKduwc Всем привет. Сегодня мы рассмотрим два фреймворка: SwiftUI и UIKit. Они предлагают различные подходы к созданию интерфейса приложений, и выбор может быть сложным для новичков. Мы сравненим эти фреймворки и исследуем их преимущества и недостатки. Вы узнаете, какой инструмент лучше подходит для вас: быстрый и декларативный SwiftUI или более традиционный и гибкий UIKit. Подписывайтесь, чтобы не пропустить это информативное руководство по выбору и начните свое путешествие в мир мобильной разработки с правильной основой! 00:00:00 — Всем привет 00:02:19 — Что за SwiftUI и чем он примечателен 00:04:00 — Почему SwiftUI широко не... Смотреть видео...
Всем привет, этим видео я хотел бы запустить эксперимент. Мы уже отчасти делали такое на канале с Александром Нозиком, но это было в формате стримов, а я хотел бы сделать это в виде видео. И сегодня у нас эксперт - Георгий Андрончик, Senior iOS разработчик с далекого Бали :), а также Software Architect c 9 летним опытом, который расскажет нам, с чего же начать, если вы хотите попробовать SwiftUI Если вы тоже эксперт и у вас есть чем поделиться, то, пожалуйста, заполните эту форму Полный курс по Kotlin Multiplatform - Полный курс по Android от MIddle до Senior - Полезные ссылки: - ссылка на статью - ссылка на код, разбираемый в видео Напоминаю, что видео вначале выходят для моих патронов и спонсоров. Стать им можно по ссылке... Смотреть видео...
Привет и добро пожаловать на канал по программированию на Swift Это 8 видео из нашего видеокурса SwiftUI для новичков. Если вы хотите научиться разработке приложений для iPhone, iPad, Mac, Apple Watch и Apple TV, то запускайте это видео. Неважно, есть ли у вас опыт в программировании - наш видеокурс начинается с нуля. Что будет в этом видео: - Как использовать модальные окна в SwiftUI - Что такое модальное окно - Как использовать .sheet в SwiftUI - Как использовать .popover в SwiftUI - Как использовать .fullscreenCover в SwiftUI - Как использовать .alert в SwiftUI - Как использовать алерты в SwiftUI - Как использовать ботом шит в SwiftUI - Как управлять высотой .sheet в SwiftUI - Как заблокировать .sheet в SwiftUI - Как установить... Смотреть видео...
In this Video i'm going to show how to create Dynamic Collection View Using SwiftUI | Dynamic Grid View Using SwiftUI | UICollection View In SwiftUI | Grid View Using SwiftUI | Collection View In SwiftUI. SwiftUI 2.0 Has Native Grid Feature Check it Out Source Code Support Us By Contributions : Support Us By Patreon : Support Us By Visiting the Link Given Below. ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it a try too My Xcode Version is 11.4 My macOS Version is 10.15.3 Catalina For Any Queries... Смотреть видео...
Hello Guys 🖐🖐🖐 Still, there is no direct SwiftUI API for Floating Window on macOS; in this video, we will see how to create a view modifier that will present a Floating Window panel for ease of use | SwiftUI Floating Window Panel | SwiftUI macOS Floating Windows | SwiftUI macOS NSPanel | SwiftUI macOS Transparent Window | SwiftUI @ViewBuilder | Swift | SwiftUI Xcode 14 | SwiftUI for macOS | Xcode 14 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #design #animation ► Source Code: ► Subscribe For More: ► For Thumbnail 3D MockUp: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: ► My MacBook Specs M1 MacBook Pro(16GB) Xcode Version: 14.2 macOS Version: 13.1 Ventura ► Official... Смотреть видео...
Hello Guys 🖐🖐🖐 In this video, I'm going to show how to implement an image picker that allows even a drag-and-drop method to select an image using SwiftUI | SwiftUI Drag & Drop Image Picker | SwiftUI Drag & Drop | SwiftUI Image Picker | SwiftUI PhotoPicker | Xcode 15 | iOS 17 | Swift | SwiftUI Xcode 15 | SwiftUI for iOS 16 & iOS 17 | Xcode 15 SwiftUI. #apple #swiftui #ios #xcode #animation #ui #design #animation ► Source Code: ► Subscribe For More: ► For Apple Device Mockup's: ► Support Us Patreon : PayPal: Contributions : BuyMeaCoffee: ► My Specs Xcode Version: 15 Beta 5 macOS Version: 13.5 Ventura ► Official Website: For Any Queries: ► Social Platforms Instagram: Twitter: ►... Смотреть видео...
Создаю часы с циферблатом только средствами SwiftUI, без графики: - Размещение элементов по кругу - Поворот на определённый угол - Как получить отдельно текущие часы, минуты и секунды из Date() Инструменты: Xcode 14, SwiftUI 5.7 Спонсорство и платный контент: Там можно купить курс (12 видеоуроков): Как сделать приложение Расходник, а также и сам проект в виде архива для Xcode. Там же можно узнать, как сделать "ромашку" (activity indicator) самому на SwiftUI. В этом уроке: 00:00 Вступление, постановка задачи, план работы 02:39 Начало: проект Swift Playgrounds App, создаю циферблат 04:16 Запускаю риски по кругу 05:47 Расставляю цифры часов 07:08 Создаю сами часы 09:32 Поворот стрелки 13:16 Рисую стрелки часов 14:51 Часы готовы, нужно... Смотреть видео...
#SwiftUI #Animation #Cards In this tutorial you will see how to animate cards in SwiftUI I will post some advanced tutorials about SwiftUI here is my Patreon account, if you join it, you would have access to all them, thanks so much for your support, and of course I will upload advanced tutorials here too : SwiftUI : How i play Music 🎶 in my app ( AVAudioPlayer ) by using Xcode 11 SwiftUI Tutorial : How i saved Images in CoreData + ImagePicker with SwiftUI in Xcode 11 SwiftUI Chat App with Firebase (real time Messages ) SwiftUI Amazing UICollectionView + ScrollView horizontally ⚒ SwiftUI how to disable a button when users no follow the requirement Xcode 11.4.1 : SwiftUI implementing UISearchBar to search data in... Смотреть видео...
В этом видеоролике мы рассмотрим мощный инструмент AppStorage в SwiftUI, который позволяет вам сохранять и восстанавливать данные приложения в UserDefaults. Мы погрузимся в подробности и покажем, как легко и эффективно использовать AppStorage для хранения настроек и других пользовательских данных. Мы начнем с основ и объясним, как создавать и связывать AppStorage с вашими данными. Вы узнаете, как сохранять и извлекать значения, а также как настраивать параметры, такие как ключи и значения по умолчанию. Далее мы продемонстрируем практические сценарии использования AppStorage, включая сохранение предпочтений пользователя, тем приложения и других настроек. В конечном итоге, этот видеоролик предоставит вам все необходимые знания для... Смотреть видео...