DEV Community

Swift

a programming language created by Apple for building iOS and Mac apps

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Question About Large Language Models and SwiftUI

Question About Large Language Models and SwiftUI

3
Comments
1 min read
Learn SwiftUI (Day 1/100)

Learn SwiftUI (Day 1/100)

Comments
1 min read
Zero to Ten: My App Development Journey on Apple's App Stores

Zero to Ten: My App Development Journey on Apple's App Stores

3
Comments 4
4 min read
How to Integrate Screen Share in iOS Video Call App?

How to Integrate Screen Share in iOS Video Call App?

2
Comments
13 min read
Measurements with MetricKit

Measurements with MetricKit

11
Comments 1
5 min read
How to Integrate Chat Feature using PubSub in iOS Video Call App

How to Integrate Chat Feature using PubSub in iOS Video Call App

Comments
12 min read
Variadic Parameters

Variadic Parameters

Comments
2 min read
Generics in Swift

Generics in Swift

Comments
2 min read
SwiftUI Views and @MainActor

SwiftUI Views and @MainActor

3
Comments
7 min read
if case let

if case let

Comments
2 min read
How I Easily Used My Custom Color in My SwiftUI Project

How I Easily Used My Custom Color in My SwiftUI Project

6
Comments
2 min read
How to format the name and surname of a person in Swift

How to format the name and surname of a person in Swift

Comments
1 min read
SwiftData: Solving Fatal Errors and EXC_BAD_ACCESS While Handling Entities on Different Threads

SwiftData: Solving Fatal Errors and EXC_BAD_ACCESS While Handling Entities on Different Threads

Comments
2 min read
Exploring Mockirinha: A Swift Library for Effortless API Mocking

Exploring Mockirinha: A Swift Library for Effortless API Mocking

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

Tips and Considerations for Using Lazy Containers in SwiftUI

Comments
9 min read
Core Data Part 2 Components of Core Data - NSPersistentContainer

Core Data Part 2 Components of Core Data - NSPersistentContainer

1
Comments
2 min read
Core Data Part 1 Components of Core Data - Data Model

Core Data Part 1 Components of Core Data - Data Model

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

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

2
Comments
2 min read
How to Debug and Solve an App Sandbox Related Issue Within the Xcode IDE

How to Debug and Solve an App Sandbox Related Issue Within the Xcode IDE

6
Comments 1
2 min read
How to style a Text in SwiftUI

How to style a Text in SwiftUI

1
Comments 1
1 min read
Control dependencies with structs in Swift

Control dependencies with structs in Swift

8
Comments
7 min read
Swift字典键值的查找时间复杂度

Swift字典键值的查找时间复杂度

Comments
1 min read
self, Self, and Self.self in Swift

self, Self, and Self.self in Swift

Comments
2 min read
ExpressibleByStringLiteral URL

ExpressibleByStringLiteral URL

Comments
1 min read
Property Wrappers in Swift

Property Wrappers in Swift

Comments
3 min read
Renaming variables in Swift closure capture lists

Renaming variables in Swift closure capture lists

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

Practical SwiftData: Building SwiftUI Applications with Modern Approaches

2
Comments
18 min read
AI Agent on iOS with LangGraph for Swift

AI Agent on iOS with LangGraph for Swift

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

如何保证TaskGroup中task的顺序

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 - Row of Buttons Acting As One

SwiftUI - Row of Buttons Acting As One

Comments
3 min read
sensoryFeedback Samples App

sensoryFeedback Samples App

Comments
2 min read
Subscripts in Swift

Subscripts in Swift

Comments
1 min read
Default values for UserDefaults

Default values for UserDefaults

Comments
2 min read
Multi-platform libraries built with Kotlin Multiplatform (KMP)

Multi-platform libraries built with Kotlin Multiplatform (KMP)

4
Comments
5 min read
Writing Shell script to open the project in Xcode

Writing Shell script to open the project in Xcode

Comments
25 min read
12 Swift errors you should know: Swift exception handling with code examples

12 Swift errors you should know: Swift exception handling with code examples

1
Comments
24 min read
TipKit

TipKit

Comments
2 min read
How to Start Vision Pro Development (Today)

How to Start Vision Pro Development (Today)

6
Comments 1
7 min read
What is @MainActor

What is @MainActor

Comments
3 min read
Swipe actions in Swift

Swipe actions in Swift

Comments
3 min read
Simplify RTL Scrolling in SwiftUI with ScrollViewRTL

Simplify RTL Scrolling in SwiftUI with ScrollViewRTL

1
Comments
2 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
GeometryReader: Blessing or Curse?

GeometryReader: Blessing or Curse?

Comments
15 min read
Aurora Editor

Aurora Editor

Comments
3 min read
SimpleNetworking

SimpleNetworking

Comments
3 min read
How to use OpenCombine framework with Android Studio

How to use OpenCombine framework with Android Studio

Comments
11 min read
Concurrent Programming in SwiftData

Concurrent Programming in SwiftData

1
Comments
11 min read
Exploring All Property Wrappers in SwiftUI

Exploring All Property Wrappers in SwiftUI

Comments
11 min read
Xcode Tips to Supercharge Your Development Workflow

Xcode Tips to Supercharge Your Development Workflow

1
Comments
2 min read
Simplifying Test Writing with Protocol Witnesses in Swift

Simplifying Test Writing with Protocol Witnesses in Swift

3
Comments
4 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
Securing API Keys in SwiftUI: A Practical Guide (Intro)

Securing API Keys in SwiftUI: A Practical Guide (Intro)

32
Comments
5 min read
How To Handle VoIP Push Notifications using iOS Callkit

How To Handle VoIP Push Notifications using iOS Callkit

5
Comments
11 min read
[31] 100 Days of Swift UI - Days [1-10]

[31] 100 Days of Swift UI - Days [1-10]

Comments
4 min read
Unleashing the Power of VSCode for Swift and iOS Development

Unleashing the Power of VSCode for Swift and iOS Development

67
Comments 4
2 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?

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

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

1
Comments
1 min read
SwiftUI Essentials: Crafting a To-Do List App with Xcode and Git Integration

SwiftUI Essentials: Crafting a To-Do List App with Xcode and Git Integration

1
Comments
5 min read
loading...