SwiftUI
Force Dark Mode to View in SwiftUI
In this article we are going to learn how to apply a specific colour scheme to a View regardless of the system dark mode.
• 1 min read
SwiftUIBackground Blur with Materials in SwiftUI
Discover how to create a background blur effect and give more importance to your text in SwiftUI using the new materials.
• 1 min read
SwiftUIHow to Correctly use .secondary Hierarchy in SwiftUI
Discover how to apply hierarchical styling to text, buttons, shapes, images and labels. Improve your UI and UX with this styling.
Add Custom View to SafeArea in SwiftUI
Discover how to inset a List content using a dedicated ViewModifier in SwiftUI. How to add a button at the bottom of a List.
• 2 min read
SwiftUICreate Menus with Palette Picker in SwiftUI and UIKit
Use the new palette picker and menu style to display options as rows of compact elements in UIMenu and Menu View in iOS 17.
ContentUnavailableView Handle Empty States in SwiftUI
Handle empty states with the new SwiftUI ContentUnavailableView. Available for iOS 17, macOS 14, tvOS 17 and watchOS 10.
• 2 min read
SwiftUISwiftData the Successor of CoreData Explained with SwiftUI
Discover the SwiftData framework built on top of CoreData. Save and fetch data locally. Available for Xcode 15, Swift and SwiftUI.
Make your Chart Scrollable with SwiftUI Charts (iOS 17)
Discover the new SwiftUI Charts APIs that enables you to create scrollable chart easily. Available for Xcode 15 and iOS 17.
How to Let User Paste Data Into your App in SwiftUI
Discover the handy PasteButton available in iOS 16 and SwiftUI, that will allow users to easily paste content in your app.
• 1 min read
SwiftUIHow To Use Markdown in SwiftUI
Discover different ways to use Markdown with the Text element in SwiftUI to easily add markdown text to your app.
• 1 min read
SwiftUICombine CoreData and SwiftUI
See how to use CoreData database with SwiftUI. Syncing changes from CoreData to every View of your app.