Published onFebruary 13, 2025Aligning Text in SwiftUISwiftUILearn how to align single and multiline text in SwiftUI.
Published onFebruary 12, 2025How to make a SwiftUI List scroll automatically?SwiftUILearn how to use ScrollViewReader and ScrollViewProxy to scroll a SwiftUI list to a specific item automatically.
Published onFebruary 10, 2025Detect when a context menu is open in SwiftUISwiftUILearn how to detect when a context menu is open in SwiftUI.
Published onDecember 12, 2024How to scale text to fit its parent view with SwiftUISwiftUILearn the ways to scale a text view's font size to fit its parent view in SwiftUI.
Published onDecember 11, 2024How to display a GIF from a URL in SwiftUISwiftUILearn how to use a WKWebView as a quick way to load a GIF from a URL and display it in a SwiftUI view.
Published onDecember 10, 2024Creating custom styles for DisclosureGroup viewsSwiftUILearn how to use DisclosureGroupStyle to create custom DisclosureGroup views in SwiftUI.
Published onOctober 8, 2024Detecting if SwiftUI is running in a Preview in XcodeSwiftUILearn how to detect if a SwiftUI app is running in a Xcode Preview.
Published onOctober 7, 2024How to force navigation bar to show background in SwiftUI?SwiftUILearn how to force the navigation bar to show a background color in SwiftUI.
Published onOctober 6, 2024Using DisclosureGroup to hide and show contentSwiftUIHow to use the SwiftUI DisclosureGroup view to create collapsable content.