Swift
89.9K views | +0 today
Follow

Swift 6: Incrementally migrate your Xcode projects and packages

From www.avanderlee.com

Get ready for Swift 6! Learn how to migrate your Xcode projects and packages to the latest major release of Apple's programming language.
No comment yet.

Enhanced replace transition for SF Symbols in iOS 18

From nilcoalescing.com

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

Here are 3 advanced tips in Swift 💡 —

From www.swiftwithvincent.com

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
No comment yet.

Getting started with Swift Testing

From polpiella.dev

All you need to know about Apple's macro-based testing library available from Xcode 16 and the Swift 6 Toolchain.
No comment yet.

Date decoding strategies in Swift [with Examples]

From matteomanferdini.com

The JSONDecoder class uses several decoding strategies to decode dates encoded using different formats in JSON data.
No comment yet.

Unfuddling the SwiftUI Alignment Guide API

From benscheirman.com

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.
No comment yet.

Swift protocol requirement quirks ·

From www.jessesquires.com

Perhaps “quirks” is not the correct description, but I recently encountered some unexpected behavior when modifying a protocol in Swift. While I wa
No comment yet.

Working with String Catalogs for App Localization in iOS 17

From www.appcoda.com

With the release of Xcode 15, Apple introduced an exciting feature called String Catalogs. This feature aims to streamline the localization process for your
No comment yet.

Content Unavailable Views

From useyourloaf.com

Apple added a content unavailable view in iOS 17. It's available for both SwiftUI and UIKit.
No comment yet.

SwiftUI Tutorial – Scaling Header

From exyte.com

A scroll view with a sticky header which shrinks as you scroll. Written with SwiftUI.
No comment yet.

UIKit View Lifecycle - viewIsAppearing

From useyourloaf.com

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.
No comment yet.

Creating Tooltips with TipKit and SwiftUI in iOS 17

From www.appcoda.com

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.
No comment yet.

SwiftUI Sensory Feedback

From useyourloaf.com

In iOS 17, Apple added a range of sensory feedback view modifiers to SwiftUI.
No comment yet.

Running Code When Your View Appears — Chris Eidhof

From chris.eidhof.nl

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.
No comment yet.

Bad practice: using an unsafe continuation —

From www.swiftwithvincent.com

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

From oleb.net

Foundation overloads the pattern matching operator ~= to enable matching against error codes in catch clauses.
No comment yet.

MapKit for SwiftUI

From useyourloaf.com

Getting started with MapKit for SwiftUI
No comment yet.

Working with SwiftUI Maps and Annotations

From www.appcoda.com

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.
No comment yet.

How to customize NavigationLink accessory views in SwiftUI ·

From www.jessesquires.com

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
No comment yet.

SwiftUI onChange Deprecation

From useyourloaf.com

Apple made changes to the SwiftUI onChange handler in iOS 17.
No comment yet.

Animating Scroll View Transition with SwiftUI | How-to

From www.appcoda.com

In this tutorial, we explain how to use the scrollTransition modifier in SwiftUI to animate the transition of views in a scroll view.
No comment yet.

Where are Xcode bookmarks stored? ·

From www.jessesquires.com

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
No comment yet.

Creating dynamic colors in SwiftUI ·

From www.jessesquires.com

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
No comment yet.

Detecting Scroll Positions in ScrollView with SwiftUI

From www.appcoda.com

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.
No comment yet.