https://appdevcon.nl/session/building-reusable-swiftui-components/
Dec 6, 2023 - SwiftUI makes it easy to create UIs in no time, but it is just as easy to end up with a giant view that mixes view code and business logic.
buildingreusableswiftuicomponentsappdevcon
https://danijelavrzan.com/posts/2023/02/card-view-swiftui/
Feb 22, 2023 - Card-like designs are seen often in UIs. Usually, a view with a white background, rounded corners, and a dark shadow that makes the view look like a card on...
card viewswiftuidesigncreate
https://appdevcon.nl/session/building-custom-property-wrappers-for-swiftui/
Feb 17, 2023 - SwiftUI comes with some amazing built-in property wrappers like @StateObject, @ObservedObject, @FetchRequest, @Environment and more.
propertywrappersbuildcustomswiftui
https://swiftship.dev/?aff=0LZ7X&ref=boilerplatehub
iOS template app for Swift UI to ship your app in days or hours. Use SwiftUI samples and pre-built features commonly needed in mobile apps.
sample codeiosswiftuiboilerplate
https://appdevcon.nl/session/tca-path-towards-building-better-swiftui-apps/
Sep 10, 2024 - TCA: Path towards Building Better SwiftUI Apps at Appdevcon Conference. Get to know more about TCA: Path towards Building Better SwiftUI Apps.
tcapathtowardsbuildingbetter
https://www.avanderlee.com/swiftui/toggle-switch-a-complete-guide/
Sep 10, 2025 - Explore the SwiftUI Toggle and learn how to create interactive UI elements that switch between states effortlessly.
complete guideswiftuitoggle
https://danijelavrzan.com/posts/2022/11/network-connection-alert-swiftui/
Nov 1, 2022 - Implementing network connectivity monitor doesn't require a lot of code. But it can mean a lot between a happy and a frustrated user.
network connectioncheckpresentalert
https://appdevcon.nl/session/swiftui-love-at-first-swipe-or-swipe-left/
Jan 10, 2024 - SwiftUI: Love at First Swipe or Swipe Left? at Appdevcon Conference. Get to know more about SwiftUI: Love at First Swipe or Swipe Left?.
swiftuilovefirstswipeleft
https://appdevcon.nl/session/swiftui-performance-for-demanding-apps/
Sep 10, 2024 - SwiftUI Performance for Demanding Apps at Appdevcon Conference. Get to know more about SwiftUI Performance for Demanding Apps.
swiftuiperformancedemandingappsappdevcon
https://danijelavrzan.com/posts/2023/12/content-unavailable-view/
Dec 14, 2023 - Learn how to use SwiftUI’s ContentUnavailableView to handle empty states with ease. It’s simple, customizable, and even includes a built-in layout for...
handleemptyviewsswiftui
https://www.avanderlee.com/swiftui/deeplink-url-handling/
Apr 18, 2023 - Deeplinks allow you to link to any page in your app externally or inside. If intelligent, you can use them to increase productivity.
urlhandlingswiftui
https://dev.to/david_goyes_a488f58a17a53/swiftui-30-toggle-interruptor-5cgj
Jan 16, 2026 - Toggle es un control que puede conmutar entre dos estados que se pinta como un "switch" en iPhone y... Tagged with swiftui, swift, ios.
dev communityswiftuitoggle
https://fatbobman.com/zh/weekly/issue-086/
深度解析 Arc Browser 从 SwiftUI 和 TCA 转向原生框架以提升性能的决策。本期还包括相机应用的 Swift 6 actor 重构实战、SwiftUI...
swiftui
https://firsto.co/projects/easyapp
Aug 31, 2025 - EasyApp is a SwiftUI template to launch mobile apps fast with authentication, in-app purchases, AI features, and push notifications. Streamline app developme...
mobile appswiftuitemplatefastlaunches
https://appdevcon.nl/session/elevate-your-style-with-swiftui-%f0%9f%92%85/
Sep 10, 2024 - Elevate your style with SwiftUI 💅 at Appdevcon Conference. Get to know more about Elevate your style with SwiftUI 💅.
elevatestyleswiftuiappdevconconference
https://www.avanderlee.com/swiftlee-weekly-subscribe/
Aug 11, 2025 - Subscribe for free to SwiftLee Weekly, the leading Swift newsletter with top Swift & SwiftUI links, delivered every Tuesday.
weeklyreadswiftampdevelopers
https://www.avanderlee.com/swiftui/swiftui-architecture-structure-views-for-reusability-and-clarity/
Oct 21, 2025 - Learn how SwiftUI architecture can simplify your long view bodies with techniques for clearer, more reusable designs.
swiftuiarchitecturestructureviewsreusability
https://componentskit.io/
A free library of customizable SwiftUI and UIKit components. Build modern iOS UIs faster with animated, responsive, and production-ready UI elements for Swift...
ui componentsreusableswiftuiampuikit
https://danijelavrzan.com/posts/2023/03/in-app-safari-view/
Mar 21, 2023 - In SwiftUI, you can use Link to open a webpage in the user’s default browser. But if you’d rather keep them inside your app, for things like a privacy...
web contentdisplayappswiftui
https://docs.stadiamaps.com/sdks/swiftui-autocomplete-search/?utm_source=marketing_site&utm_content=footer
Add a geographic autocomplete search box to your SwiftUI app with just a few lines of code.
autocompletesearchswiftuistadiamaps
https://dev.to/sebastienlato/swiftui-animation-masterclass-springs-curves-smooth-motion-3e4o
Nov 28, 2025 - SwiftUI makes animation incredibly easy — but smooth, professional, Apple-quality motion requires a... Tagged with swift, swiftui, animation, ios.
swiftuianimationmasterclassspringscurves
https://dev.to/david_goyes_a488f58a17a53/swiftui-29-texteditor-5cdo
Jan 16, 2026 - TextEditor permite insertar múltiples líneas de texto. init(text:) struct ContentView: View { ... Tagged with swiftui, swift, ios.
dev communityswiftui
https://fatbobman.com/zh/snippet/
有关 Swift、SwiftUI、Core Data、SwiftUI 的各种实用技巧
swift
https://createwithplay.com/
Play is a collaborative tool that lets you design, prototype, and ship your apps. Use real native elements & materials, Apple's native gestures & Core...
mobile appsplaydesignshippower
https://appdevcon.nl/session/the-evolution-of-animations-in-swiftui-from-basics-to-metal-shaders/
Dec 8, 2025 - The Evolution of Animations in SwiftUI: From Basics to Metal Shaders at Appdevcon Conference. Get to know more about The Evolution of Animations in SwiftUI:...
evolutionanimationsswiftuibasicsmetal
https://danijelavrzan.com/posts/2022/12/reusable-button/
Dec 13, 2022 - When building apps, you often reuse the same button style with different labels and actions. In this post, you’ll learn how to create a reusable button view...
createreusablebuttonswiftui
https://www.avanderlee.com/swiftui/picker-styles-color/
Mar 24, 2025 - Explore how to use the picker in SwiftUI for selecting values in your apps with different styles and controls.
code examplespickerswiftuiexplained
https://danijelavrzan.com/posts/2024/02/labeled-content/
Feb 21, 2024 - You probably have views showing a label and value side by side with an HStack. Did you know `LabeledContent` does the same thing with fewer lines? No need to...
usecleanerswiftuiforms
https://www.freecodecamp.org/news/learn-swiftui-and-create-an-ios-app-from-scratch/
Learn how to create a complete iOS app from scratch using SwiftUI and Xcode. We just posted a course on the freeCodeCamp.org YouTube channel that will teach...
ios applearnswiftuicreatescratch
https://www.hackingwithswift.com/100/swiftui
Learn SwiftUI by following 100 days of free tutorials
daysswiftuihacking
https://danijelavrzan.com/posts/2024/05/configurable-button-swiftui/
May 1, 2024 - In this post, we'll take a look at how we can create a configurable button with pre-defined states. We'll add four different states and update the button state...
buildconfigurablebuttonmultiplestates
https://blog.maximeheckel.com/posts/first-failed-swiftui-project/
Jan 19, 2021 - A reflection on my experience building my first SwiftUI app, what I learned, the challenges I faced, and the reasons that made me not release it.
firstfailedswiftuiprojectblog