ylliX - Online Advertising Network

Automatic Trait Tracking

In iOS 18, UIKit automatically tracks when you access a trait, removing the need to manually register for trait change notifications. Automatic Trait Tracking (iOS 18) In iOS 18, UIKit supports automatic trait tracking in layout update methods in views and view controllers. See the Apple documentation for the full list of supported methods. It […]

18-year-old concert ticket “scalper” refuses to give or sell Taylor Swift concert tickets to his 19-year old girlfriend, choosing instead to sell them for double what he paid: ‘She ended in tears when I told her I wanted to sell the remaining two tickets’

You might be thinking that asking her to pay for both of them would even be a stretch and that it might be nicer for the young couple to go together, maybe asking her to pay for half of the costs, including the price of her own ticket. But, not only was he not interested […]

SwiftUI Self-Sizing Flow Layouts

The UIKit combination of UICollectionView and the UICollectionViewFlowLayout gives a lot of flexibility and control to build grid-like flow layouts. How do we do that with SwiftUI? Self-Sizing Flow Layouts The UICollectionViewFlowLayout documentation describes a flow layout as laying out a collection of items using a fixed distance in one direction and a scrollable distance […]

Swift forced synchronous processing

I am coming from a PowerShell background, and at the moment trying to get my head around Swift Concurrency. My first project as it relates to concurrency is a utility to en mass transcribe audio files, and I am banging my head on some basics. What I am trying to do here is simply get […]