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.
How to detect iPadOS with Swift

How to detect iPadOS with Swift

Comments
1 min read
Struct vs Class

Struct vs Class

Comments
2 min read
A tiny bit i18n in SwiftUI / XCode 14

A tiny bit i18n in SwiftUI / XCode 14

Comments
4 min read
How to Parallax?

How to Parallax?

9
Comments
2 min read
Tutorial: Building a Command-Line Application with CleverBird and OpenAI GPT-4

Tutorial: Building a Command-Line Application with CleverBird and OpenAI GPT-4

1
Comments
3 min read
Cache Implementation in Cross-Platform Swift Apps

Cache Implementation in Cross-Platform Swift Apps

Comments
6 min read
Dependency Injection in swift

Dependency Injection in swift

6
Comments 1
1 min read
inout parameters in Swift

inout parameters in Swift

1
Comments
1 min read
Uma introdução a Swift:

Uma introdução a Swift:

Comments
3 min read
Optional function in swift Protocol

Optional function in swift Protocol

4
Comments
1 min read
Swift Extensions & Protocols: Enhance Code Efficiency & Reusability

Swift Extensions & Protocols: Enhance Code Efficiency & Reusability

1
Comments 1
5 min read
Variadic Function in Swift

Variadic Function in Swift

6
Comments 1
1 min read
Victa: how I launched a running app for gamers and got in the top 16 in the App Store

Victa: how I launched a running app for gamers and got in the top 16 in the App Store

1
Comments
7 min read
An Intro into UIKit & SwiftUI: Building a Simple Login Screen with Both Frameworks

An Intro into UIKit & SwiftUI: Building a Simple Login Screen with Both Frameworks

2
Comments 1
6 min read
Using SwiftLint with XcodeGen

Using SwiftLint with XcodeGen

1
Comments
2 min read
SwiftUI State Management Fundamentals

SwiftUI State Management Fundamentals

Comments
6 min read
escaping and non-escaping closure in Swift

escaping and non-escaping closure in Swift

2
Comments
1 min read
Go from one screen to another in SwiftUI

Go from one screen to another in SwiftUI

2
Comments
1 min read
Swift Fundamentals: A High-Level Overview for Aspiring iOS Developers

Swift Fundamentals: A High-Level Overview for Aspiring iOS Developers

Comments
10 min read
Light up your SwiftUI TabView

Light up your SwiftUI TabView

1
Comments
3 min read
model show on click in swiftUI

model show on click in swiftUI

1
Comments
1 min read
confirmationDialog() in swiftUI

confirmationDialog() in swiftUI

1
Comments
1 min read
Item delete & Move in SwiftUI

Item delete & Move in SwiftUI

1
Comments
1 min read
On change in textField value will change in SwiftUI

On change in textField value will change in SwiftUI

Comments
1 min read
Announcement: Swift 5.7 is now compatible with SCADE IDE

Announcement: Swift 5.7 is now compatible with SCADE IDE

Comments
6 min read
Handle varying DataType in Codable

Handle varying DataType in Codable

7
Comments 1
2 min read
All SwiftUI Scene Types Noted

All SwiftUI Scene Types Noted

7
Comments 1
1 min read
Visualize Swift Package and Xcode Project with graph

Visualize Swift Package and Xcode Project with graph

8
Comments 1
1 min read
Swift Access Modifiers

Swift Access Modifiers

2
Comments
2 min read
How to Take Screenshots of views in SwiftUI

How to Take Screenshots of views in SwiftUI

5
Comments 1
3 min read
Sketch Note: SwiftUI App Structure

Sketch Note: SwiftUI App Structure

6
Comments 1
1 min read
Going Swiftly: Using a Swift-only libraries in your Kotlin Multiplatform App

Going Swiftly: Using a Swift-only libraries in your Kotlin Multiplatform App

33
Comments 4
5 min read
Mobile database optimization: Realm vs. SQLite

Mobile database optimization: Realm vs. SQLite

7
Comments 1
9 min read
iOS PDFKit: creating PDF document in Swift, inserting/deleting pages

iOS PDFKit: creating PDF document in Swift, inserting/deleting pages

15
Comments 1
3 min read
iOS PDFKit Ink Annotations Tutorial

iOS PDFKit Ink Annotations Tutorial

9
Comments
14 min read
iOS PDFKit tutorial: Text Annotations & more

iOS PDFKit tutorial: Text Annotations & more

1
Comments
4 min read
LeetCode: 211. Design Add and Search Words Data Structure (and others)

LeetCode: 211. Design Add and Search Words Data Structure (and others)

5
Comments
1 min read
Redux-like state container in SwiftUI: Connectors.

Redux-like state container in SwiftUI: Connectors.

6
Comments
5 min read
My experience building Bull's Eye App (from the UIKIt Apprentice book) Part 1

My experience building Bull's Eye App (from the UIKIt Apprentice book) Part 1

6
Comments 1
1 min read
Generate references table from code comments

Generate references table from code comments

1
Comments
5 min read
XCTestGen: CLI for automatic XCTest generation using ChatGPT

XCTestGen: CLI for automatic XCTest generation using ChatGPT

2
Comments
2 min read
2 hours to master RxSwift - Part 1

2 hours to master RxSwift - Part 1

26
Comments 1
5 min read
Create You Own Pod

Create You Own Pod

2
Comments
2 min read
Using Container Views with Redux-like state container

Using Container Views with Redux-like state container

6
Comments 2
2 min read
Redux-like state container in SwiftUI. Container Views.

Redux-like state container in SwiftUI. Container Views.

6
Comments
2 min read
CustomPresentationDetent Protocol Implementation in SwiftUI for Modal Presentations

CustomPresentationDetent Protocol Implementation in SwiftUI for Modal Presentations

3
Comments
4 min read
How to create an SPM package with SwiftUI

How to create an SPM package with SwiftUI

Comments
3 min read
How to Localize All Your iOS Apps into 20 Languages in 5 Minutes

How to Localize All Your iOS Apps into 20 Languages in 5 Minutes

Comments
3 min read
Prototype design pattern in Swift

Prototype design pattern in Swift

2
Comments
1 min read
Swift - Data Types Explained

Swift - Data Types Explained

5
Comments 1
2 min read
Certificate pinning and Public key pinning

Certificate pinning and Public key pinning

3
Comments
3 min read
Testando membros privados com Private Imports

Testando membros privados com Private Imports

Comments
3 min read
Power up your apps, use URLSession to use APIs in Swift

Power up your apps, use URLSession to use APIs in Swift

Comments
6 min read
How to learn Swift in 2023 ?

How to learn Swift in 2023 ?

4
Comments 1
2 min read
Nested method in Swift

Nested method in Swift

Comments
2 min read
How to Build Animations in SwiftUI

How to Build Animations in SwiftUI

3
Comments
2 min read
5 Best Udemy Courses to Learn Programming for Beginners in 2025

5 Best Udemy Courses to Learn Programming for Beginners in 2025

35
Comments 4
15 min read
Redux-like state container in SwiftUI. State normalization.

Redux-like state container in SwiftUI. State normalization.

8
Comments
2 min read
Redux-like state container in SwiftUI. Reducer composition.

Redux-like state container in SwiftUI. Reducer composition.

8
Comments
2 min read
Redux-like state container in SwiftUI. Derived stores.

Redux-like state container in SwiftUI. Derived stores.

8
Comments
2 min read
loading...