Storing two types in the same variable using Either —
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article 🍿
Swift 6: Incrementally migrate your Xcode projects and packages
Get ready for Swift 6! Learn how to migrate your Xcode projects and packages to the latest major release of Apple's programming language.
Enhanced replace transition for SF Symbols in iOS 18
Leverage the new magic replace symbol effect in iOS 18 for smooth transitions of slashes and badges in SF Symbols.
Birde's comment,
July 5, 2024 7:00 PM
UNOVEGAS ✅ SITUS TERPERCAYA ✅ LINK DAFTAR | LOG IN | ALTERNATIF ✅ RTP ✅ SLOT ✅ CASINO ✅ TOGEL ✅ 2024 ✅ 2025 ✅ THAILAND ✅ MALAYSIA ✅ INDIA ✅ FILIPINA ✅ INDONESIA ✅
✅ Link Daftar UNOVEGAS �https://bit.ly/unovegas
✅ Link Log in UNOVEGAS �https://tinyurl.com/unovgs998
PROMO SPESIAL CASBACK DAN ROLINGAN
BONUS BEBAS BUY SPIN,
BERLAKU UNTUK SEMUA PROVIDER GAME.
TIDAK ADA BATASAN KEMENANGAN / WD.
✅ Minimum Deposit 5RB
✅ Tidak ada batasan kemenangan
✅ Pilihan metode deposit : BANK / E-WALLET
✅ Auto Payment untuk memudahkan deposit.
SALAM JP & MAXWIN
✅ Link Daftar UNOVEGAS �https://bit.ly/unovegas
✅ Link Log in UNOVEGAS �https://tinyurl.com/unovgs998
PROMO SPESIAL CASBACK DAN ROLINGAN
BONUS BEBAS BUY SPIN,
BERLAKU UNTUK SEMUA PROVIDER GAME.
TIDAK ADA BATASAN KEMENANGAN / WD.
✅ Minimum Deposit 5RB
✅ Tidak ada batasan kemenangan
✅ Pilihan metode deposit : BANK / E-WALLET
✅ Auto Payment untuk memudahkan deposit.
SALAM JP & MAXWIN
Here are 3 advanced tips in Swift 💡 —
Hi 👋 WWDC is right around the corner! (and thanks to Photoroom I’m actually attending it onsite at Apple Park today!) Now before we learn about all the new exciting additions to iOS and Swift, how about discovering 3 advanced tips in Swift that you can already use? But first, I have a big than
Getting started with Swift Testing
All you need to know about Apple's macro-based testing library available from Xcode 16 and the Swift 6 Toolchain.
Date decoding strategies in Swift [with Examples]
The JSONDecoder class uses several decoding strategies to decode dates encoded using different formats in JSON data.
Unfuddling the SwiftUI Alignment Guide API
In general I think Apple’s APIs are pretty good. However there are the occasional exceptions where my brain, for whatever reason, can’t seem to get a hold on the essence of the API design and results in me constantly looking up the docs. In UIKit, the UIAnimatedTransitioning and UIPresentationController APIs come to mind.
Swift protocol requirement quirks ·
Perhaps “quirks” is not the correct description, but I recently encountered some unexpected behavior when modifying a protocol in Swift. While I wa
Working with String Catalogs for App Localization in iOS 17
With the release of Xcode 15, Apple introduced an exciting feature called String Catalogs. This feature aims to streamline the localization process for your
Content Unavailable Views
Apple added a content unavailable view in iOS 17. It's available for both SwiftUI and UIKit.
SwiftUI Tutorial – Scaling Header
A scroll view with a sticky header which shrinks as you scroll. Written with SwiftUI.
UIKit View Lifecycle - viewIsAppearing
The view controller lifecycle has a new callback in iOS 17 that's back-deployable to iOS 13. Here's a quick guide to viewIsAppearing.
Creating Tooltips with TipKit and SwiftUI in iOS 17
In iOS 17, Apple introduced a new framework called TipKit. You can utilize this framework to create tooltips that teach people hidden features of your apps.
SwiftUI Sensory Feedback
In iOS 17, Apple added a range of sensory feedback view modifiers to SwiftUI.
Running Code When Your View Appears — Chris Eidhof
When you’re writing SwiftUI views, you definitely don’t want to run expensive tasks in the view’s initializer, as it might get called very often. Also, since the view doesn’t have structural identity yet when the initializer runs, you can’t reliably store data.
Bad practice: using an unsafe continuation —
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article 🍿
shylin.kirill@gmail.com's curator insight,
November 14, 2023 7:49 AM
W SWIFT tez są swoje niuanse, który trzeba wiedzieć
Pattern matching on error codes – Ole Begemann
Foundation overloads the pattern matching operator ~= to enable matching against error codes in catch clauses.
Working with SwiftUI Maps and Annotations
In this tutorial, we will walk you through how to work with SwiftUI maps. You will also learn how to add markers and annotations to a map view.
How to customize NavigationLink accessory views in SwiftUI ·
In UIKit, UITableViewCell has a customizable accessory view. You can use one of the few accessory options that is provided by iOS by setting th
Animating Scroll View Transition with SwiftUI | How-to
In this tutorial, we explain how to use the scrollTransition modifier in SwiftUI to animate the transition of views in a scroll view.
Where are Xcode bookmarks stored? ·
Xcode 15 introduces a new “bookmarks” feature, which lets you bookmark lines or entire files. It is a welcome change that has sherlocked my hack for usin
Creating dynamic colors in SwiftUI ·
Beginning with the introduction of dark mode in iOS 13, colors in iOS are now (optionally) dynamic. You can provide light and dark variants for all color
Detecting Scroll Positions in ScrollView with SwiftUI
In iOS 17, SwiftUI introduces a new modifier called scrollPosition for detecting scroll positions of scroll views. This tutorial will guide you through its usage and show you a quick demo.