DEV Community

# swiftui

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Splitting SwiftData and SwiftUI via MVVM

Splitting SwiftData and SwiftUI via MVVM

8
Comments 4
4 min read
How to Build an E-commerce App in SwiftUI using Firebase

How to Build an E-commerce App in SwiftUI using Firebase

7
Comments 1
3 min read
iOS ScrollView - make it snappy!

iOS ScrollView - make it snappy!

6
Comments
2 min read
Managing the Keyboard in SwiftUI: A Comprehensive Tutorial

Managing the Keyboard in SwiftUI: A Comprehensive Tutorial

6
Comments 1
2 min read
Combine CoreData and SwiftUI

Combine CoreData and SwiftUI

4
Comments
4 min read
Navigation Link - Swift UI iOS 16

Navigation Link - Swift UI iOS 16

3
Comments 1
1 min read
Introducing SwiftData the successor of CoreData

Introducing SwiftData the successor of CoreData

3
Comments
5 min read
[WWDC2023] New Additions to ScrollView in iOS17 Part 1

[WWDC2023] New Additions to ScrollView in iOS17 Part 1

3
Comments
5 min read
Easy Way to Display Markdown in SwiftUI using Text

Easy Way to Display Markdown in SwiftUI using Text

2
Comments
4 min read
Practical SwiftData: Building SwiftUI Applications with Modern Approaches

Practical SwiftData: Building SwiftUI Applications with Modern Approaches

2
Comments
18 min read
SwiftUI vs. UIKit: What is the best choice for building an iOS user interface in 2024?

SwiftUI vs. UIKit: What is the best choice for building an iOS user interface in 2024?

2
Comments 1
10 min read
Renaming variables in Swift closure capture lists

Renaming variables in Swift closure capture lists

2
Comments
2 min read
How to use SF Symbols in your ArcGIS Maps SDK for Swift app

How to use SF Symbols in your ArcGIS Maps SDK for Swift app

2
Comments
8 min read
Support Copy/Paste keyboard shortcuts with Swift UI for Mac OS X

Support Copy/Paste keyboard shortcuts with Swift UI for Mac OS X

1
Comments
2 min read
Recreating @AppStorage, but for Codable types

Recreating @AppStorage, but for Codable types

1
Comments 1
8 min read
Design nice SwiftUI views and automatically get the code (Kolibri for SwiftUI)

Design nice SwiftUI views and automatically get the code (Kolibri for SwiftUI)

1
Comments
1 min read
Tips and Considerations for Using Lazy Containers in SwiftUI

Tips and Considerations for Using Lazy Containers in SwiftUI

1
Comments
9 min read
SwiftUI: a property wrapper to secure settings

SwiftUI: a property wrapper to secure settings

1
Comments
3 min read
SwiftUI Sheets Demystified (Episode I )

SwiftUI Sheets Demystified (Episode I )

1
Comments
2 min read
Arduino HM-10 Bluetooth with iOS : Connected, but it doesn't send values

Arduino HM-10 Bluetooth with iOS : Connected, but it doesn't send values

1
Comments
3 min read
Ask Apple 2022 Q&A Related to SwiftUI (Part 2)

Ask Apple 2022 Q&A Related to SwiftUI (Part 2)

1
Comments
15 min read
Update to "My Custom Picker With Multi-Selection in SwiftUI" - Now With Images!

Update to "My Custom Picker With Multi-Selection in SwiftUI" - Now With Images!

1
Comments
2 min read
Handling SVGs in SwiftUI: A Comprehensive Guide with SwiftSVG

Handling SVGs in SwiftUI: A Comprehensive Guide with SwiftSVG

1
Comments
2 min read
Simplify RTL Scrolling in SwiftUI with ScrollViewRTL

Simplify RTL Scrolling in SwiftUI with ScrollViewRTL

1
Comments
2 min read
SwiftUI Views and @MainActor

SwiftUI Views and @MainActor

1
Comments
7 min read
Concurrent Programming in SwiftData

Concurrent Programming in SwiftData

1
Comments
11 min read
Get App version in Swift

Get App version in Swift

1
Comments
1 min read
A Deep Dive Into Observation: A New Way to Boost SwiftUI Performance

A Deep Dive Into Observation: A New Way to Boost SwiftUI Performance

1
Comments
12 min read
My sister and I just launched our brand-new app, 'FunKey' on the Mac App Store

My sister and I just launched our brand-new app, 'FunKey' on the Mac App Store

1
Comments 1
1 min read
Create a SwiftUI Video Streaming App With Fun Emoji Reactions

Create a SwiftUI Video Streaming App With Fun Emoji Reactions

1
Comments
13 min read
Tips and Considerations for Using Lazy Containers in SwiftUI

Tips and Considerations for Using Lazy Containers in SwiftUI

Comments
9 min read
presentationDetents里的detent是什么意思?

presentationDetents里的detent是什么意思?

Comments
1 min read
如何保证TaskGroup中task的顺序

如何保证TaskGroup中task的顺序

Comments
1 min read
Someone Build a Trained Copilot on These Sanitized Apple Framework Docs:

Someone Build a Trained Copilot on These Sanitized Apple Framework Docs:

Comments
1 min read
LabeledContent in SwiftUI

LabeledContent in SwiftUI

Comments
1 min read
How To Make a Custom Picker with Multi-Selection in SwiftUI

How To Make a Custom Picker with Multi-Selection in SwiftUI

Comments
2 min read
'init(destination:isActive:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:),

'init(destination:isActive:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:),

Comments
1 min read
Ask Apple 2022 Q&A Related to SwiftUI (Part 1)

Ask Apple 2022 Q&A Related to SwiftUI (Part 1)

Comments
15 min read
SwiftUI WhatsApp Clone

SwiftUI WhatsApp Clone

Comments
1 min read
Layout in SwiftUI Way

Layout in SwiftUI Way

Comments
10 min read
How to embed a UIKit ViewController inside a SwiftUI View

How to embed a UIKit ViewController inside a SwiftUI View

Comments
3 min read
iOS from zero to App Store at Procuret

iOS from zero to App Store at Procuret

Comments
2 min read
Datepicker in SWIFTUI

Datepicker in SWIFTUI

Comments
1 min read
Creating Interactive Maps with Custom Markers Using SwiftUI in iOS 17

Creating Interactive Maps with Custom Markers Using SwiftUI in iOS 17

Comments
3 min read
[2023] SwiftUI @Observable macro: Basic MVVM setup

[2023] SwiftUI @Observable macro: Basic MVVM setup

Comments
2 min read
Generating a non-random UUID, using a hash of multiple strings in Swift

Generating a non-random UUID, using a hash of multiple strings in Swift

Comments
1 min read
Easy Way to Create a Floating Action Button (FAB) in SwiftUI.

Easy Way to Create a Floating Action Button (FAB) in SwiftUI.

Comments
3 min read
How to Easily Create ScrollToTop in SwiftUI

How to Easily Create ScrollToTop in SwiftUI

Comments
5 min read
Fixing the issue of an unclickable SwiftUI Plain Button when tapping on the empty area

Fixing the issue of an unclickable SwiftUI Plain Button when tapping on the empty area

Comments
2 min read
Filter JSON by date

Filter JSON by date

Comments
1 min read
Onboarding with a pager

Onboarding with a pager

Comments
2 min read
ObservedObject 对比EnvironmentObject 的优缺点

ObservedObject 对比EnvironmentObject 的优缺点

Comments
1 min read
SwiftUI - Basic Core Image Processing

SwiftUI - Basic Core Image Processing

Comments
1 min read
SwiftData: Dynamically Query Filtering

SwiftData: Dynamically Query Filtering

Comments
3 min read
SwiftUI Sheets Demystified (Episode II )

SwiftUI Sheets Demystified (Episode II )

Comments
2 min read
Mastering Customization: Configuring the Look and Feel of Lists in SwiftUI

Mastering Customization: Configuring the Look and Feel of Lists in SwiftUI

Comments 1
2 min read
Observable in iOS 17

Observable in iOS 17

Comments
1 min read
SwiftUI与View Model:Apple的词语选择困难

SwiftUI与View Model:Apple的词语选择困难

Comments
1 min read
Clone Struct Models for SwiftUI with No Anxiety

Clone Struct Models for SwiftUI with No Anxiety

Comments
2 min read
How To Add Multiple Modules In The Swift Package Manager

How To Add Multiple Modules In The Swift Package Manager

Comments
1 min read
loading...