SwiftUI Menu gets incorrect list separator lines
A SwiftUI Menu with an icon label can cause list separator lines to misalign. This article presents a custom menu style workaround to fix this visual bug.
A SwiftUI Menu with an icon label can cause list separator lines to misalign. This article presents a custom menu style workaround to fix this visual bug.
A guide to extending Codable types in SwiftUI to work with AppStorage and SceneStorage for persistent data storage.
Part 2 of a series on creating a developer tool, focusing on designing core Swift protocols and models for a logging dashboard.
A developer shares UX insights on implementing subtle, integrated onboarding within an app to guide users without traditional tutorial screens.
A SwiftUI tutorial on creating a draggable, edge-snapping overlay button for iOS/macOS developer tools.
A guide to hotfix iOS 17 widget issues: adopting the new containerBackground API and disabling extra padding for compatibility.
A tutorial on implementing the new iOS 17 palette picker menu style in both SwiftUI and UIKit for displaying compact, scrollable option rows.
A guide to using SwiftUI's ContentUnavailableView for handling empty states and search results in iOS 17+ apps.
A guide to using semantic SwiftUI extensions to conditionally apply new iOS features while maintaining backward compatibility with older OS versions.
DeckKit 0.7 update introduces new SwiftUI shuffle animations and view modifiers for card deck interactions.
SwiftUIKit 3.3 update introduces Codable support for AppStorage, new list utilities, text editor styling, and image extensions for SwiftUI development.
RichTextKit update adds indentation support, grouped controls, and bug fixes for rich text editing in SwiftUI & UIKit.
A tutorial on using SwiftUI's ControlGroup to create visually cohesive bordered button groups, aligning them with segmented pickers for better UI design.
A technical guide on building a native, cross-platform GUI application by integrating Zig business logic with SwiftUI for the macOS frontend.
A guide to extending SwiftUI's DocumentGroup for iOS apps, enabling custom toolbars, onboarding screens, and deeper UIKit integration.
A developer details debugging a tricky App Group data sync bug between a SwiftUI app and its keyboard extension, involving deep links and multiple build configurations.
A developer shares their experience building an image generation app using SpriteKit and SwiftUI, including challenges and breakthroughs.
A recap of the third day of the Deep Dish Swift conference, covering new SwiftUI navigation, Server-Side Swift with GraphQL, presentation tools, and Live Activities.
A video tutorial on adding Markdown rendering and code syntax highlighting to a ChatGPT iOS app built with SwiftUI.
Explains how to implement test-only accessibility values in iOS apps using SwiftUI/UIKit, ensuring testing data isn't exposed to users in production.