video
2dn
video2dn
Найти
Сохранить видео с ютуба
Категории
Музыка
Кино и Анимация
Автомобили
Животные
Спорт
Путешествия
Игры
Люди и Блоги
Юмор
Развлечения
Новости и Политика
Howto и Стиль
Diy своими руками
Образование
Наука и Технологии
Некоммерческие Организации
О сайте
donny wals
I love sharing everything I know about Swift, iOS development, and other programming related topics.
Что такое Approachable Concurrency в Xcode 26?
Как развернуть [слабое я] в задачах Swift
How to add Universal Links to your iOS apps?
Merging Liquid Glass shapes on iOS 26
Building custom Liquid Glass UI for iOS 26
Exploring Liquid Glass tab bars on iOS 26
Opting your app out of Liquid Glass in Xcode 26
How to enable experimental Swift features?
What's new for concurrency in Swift 6.2
How to decide between VStack, LazyVStack, and List in SwiftUI?
Should you use preflight network checks in Swift?
Task.sleep vs Thread.sleep in Swift explained
Understanding when and why SwiftUI decides to redraw your views
Protecting mutable state in Swift with Mutex
How to profile a SwiftUI app's performance?
Using Singletons in Swift 6
How to stay productive as an independent developer?
How to plan a migration to Swift 6?
Implementing Task Timeout in Swift Concurrency
What's new in Swift 6.1?
Deciding where to store data in your iOS and macOS apps
How to use @Observable outside of SwiftUI
@escaping in Swift explained
Sending vs. @Sendable in Swift 6
Case Let Syntax in Swift Explained
Knowing when to use the require macro in Swift Testing
Solving "passing closure as a sending parameter" errors in Swift 6
Asserting state with #expect in Swift Testing
Improving your test coverage with parameterized testing in Swift
Getting started with Swift Testing