I tell you what I want, what I really, really want
A developer's wishlist for a unified social media app that connects to Bluesky and Mastodon with a clean UI and no duplicate posts.
A developer's wishlist for a unified social media app that connects to Bluesky and Mastodon with a clean UI and no duplicate posts.
Explores the challenges of managing code deprecations on iOS, covering both vendor and internal deprecations, and discusses the limitations of Apple's tooling.
A tutorial on using App Intents to open SwiftUI screens from Spotlight, covering foreground intents, navigation, and app shortcuts.
A technical guide on applying glass effects to groups of views in SwiftUI using the GlassEffectContainer for proper visual interaction and performance.
Explains how to use contentInsetAdjustmentBehavior and automaticallyAdjustContentInsets props in React Native's FlatList to manage content behind headers.
Learn to build a rich text editor in SwiftUI using AttributedString and TextEditor, with formatting buttons and selection handling.
A guide to implementing Universal Links for iOS apps, covering server setup and app configuration for secure deep linking.
SwiftUI now has a native WebView without UIViewRepresentable, available on iOS 26+, with WebPage for state control.
SwiftUI is finally getting a native WebView component in iOS/macOS/visionOS 26, simplifying web content embedding for developers.
A technical guide on using an iPhone as a Bluetooth PAN hotspot to solve IPv4 routing issues, with steps for Alpine Linux.
Introducing FlipKit, a new open-source SwiftUI library for creating animated flip views on Apple platforms.
Analysis of CVE-2025-31212, an ironic iOS Bluetooth privacy vulnerability where a security feature designed to inform users leaked device data.
A curated newsletter issue covering the latest news, articles, and tools for mobile automation, including iOS, Android, and Flutter testing and CI/CD.
A curated newsletter issue covering mobile automation news, tools, and best practices from companies like Netflix and Dropbox.
A developer details a simple iOS vulnerability using Darwin Notifications, a legacy public API, that could potentially brick an iPhone.
A curated newsletter issue covering mobile automation topics, including CI/CD, testing, and performance optimization for iOS, Android, and cross-platform development.
The author announces the return of the Swift by Sundell blog after a two-year hiatus, citing family changes and a renewed passion for Swift programming.
Explains zero-copy reading in Go using slices, bytes.Reader, and bufio.Reader to avoid unnecessary data copying for performance.