SwiftUI Series 3: Creating a Dynamic Image Resizer with Binding
SwiftUI Series 3: Creating a Dynamic Image Resizer with Binding In this tutorial, we'll explore how to create a simple yet interactive SwiftUI app that allows users to dynamically resize…
SwiftUI Series 2: Getting Started with SwiftUI: Understanding App Structure, Scenes, and Views
Getting Started with SwiftUI: Understanding App Structure, Scenes, and Views Are you ready to dive into the world of SwiftUI and create amazing iOS apps? In this tutorial, we'll explore…
SwiftUI Series : 1. SwiftUI App Structure: Building the Foundation of Your App
SwiftUI App Structure: Building the Foundation of Your App Are you new to SwiftUI or looking to deepen your understanding of its core concepts? Today, we're diving into one of…
SwiftUI Tutorial: Creating a Cyberpunk-Inspired Scrollable Text Reader in SwiftUI
SwiftUI Tutorial: Creating a Cyberpunk-Inspired Scrollable Text Reader in SwiftUI Hello, fellow coders! Today, we're going to dive into the neon-lit world of SwiftUI to create a cyberpunk-inspired scrollable text…
SwiftUI Tutorial: Creating an Accordion Layout in SwiftUI
SwiftUI Tutorial: Creating an Accordion Layout in SwiftUI In this tutorial, we'll walk through the process of building an accordion layout using SwiftUI. This interactive UI component allows users to…
SwiftUI Tutorials: Creating an Expandable View with Long Press Gesture in SwiftUI
SwiftUI Tutorials: Creating an Expandable View with Long Press Gesture in SwiftUI In this tutorial, we'll walk through the process of creating an expandable view using SwiftUI. This interactive UI…
SwiftUI Tutorial: Building a Custom Selection View in SwiftUI
Building a Custom Selection View in SwiftUI In this tutorial, we'll create a custom selection view using SwiftUI. This view will allow users to select from multiple options, with a…
SwiftUI Tutorial: Creating a Touch-and-Hold Interactive Grid
To view this content, you must be a member of CodeWithWilliamJiamin's Patreon at $3 or more Unlock with PatreonAlready a qualifying Patreon member? Refresh to access this content.
What if the app have multiple view in the navigation stack view? How to get the safe area?
When dealing with multiple views in a navigation stack, the safe area can indeed be different for each view. The code we previously discussed gets the safe area for the…
SwiftUI Tutorial: Creating an Interactive Cat Animation
In this tutorial, we'll walk through a SwiftUI code that creates an interactive cat animation. The app displays three overlapping cat icons that move together when the user taps anywhere…