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.
Input() Syntax in 20 Different Programming Languages

Input() Syntax in 20 Different Programming Languages

8
Comments 1
2 min read
iOS from zero to App Store at Procuret

iOS from zero to App Store at Procuret

Comments
2 min read
Discovering UI Performance testing with XCTest. Navigation performance.

Discovering UI Performance testing with XCTest. Navigation performance.

5
Comments 3
3 min read
How to Build Maintainable iOS Apps with Dependency Injection

How to Build Maintainable iOS Apps with Dependency Injection

Comments
3 min read
Build is possible but Archive fails when using CocoaPods in Xcode

Build is possible but Archive fails when using CocoaPods in Xcode

Comments
1 min read
How We Translated the Dodo Pizza App into Arabic

How We Translated the Dodo Pizza App into Arabic

21
Comments
17 min read
Flutter on Top: Elevate Your App to the macOS Status Bar

Flutter on Top: Elevate Your App to the macOS Status Bar

Comments
5 min read
Layout in SwiftUI Way

Layout in SwiftUI Way

Comments
10 min read
What I Hope to See for SwiftUI at WWDC 2023

What I Hope to See for SwiftUI at WWDC 2023

Comments
4 min read
Discovering UI Performance testing with XCTest. Scrolling performance.

Discovering UI Performance testing with XCTest. Scrolling performance.

4
Comments
5 min read
Old Man New Soldier — A Development Memoir of an iOS APP

Old Man New Soldier — A Development Memoir of an iOS APP

Comments
17 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
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
Creating an iOS Currency Exchange Rate Widget: A Step-by-Step Guide

Creating an iOS Currency Exchange Rate Widget: A Step-by-Step Guide

Comments
3 min read
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?

4
Comments
2 min read
Uma introdução a Swift:

Uma introdução a Swift:

Comments
3 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

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
Optional function in swift Protocol

Optional function in swift Protocol

3
Comments
1 min read
All SwiftUI Scene Types Noted

All SwiftUI Scene Types Noted

5
Comments 1
1 min read
Using SwiftLint with XcodeGen

Using SwiftLint with XcodeGen

Comments
2 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
Visualize Swift Package and Xcode Project with graph

Visualize Swift Package and Xcode Project with graph

5
Comments 1
1 min read
How to Take Screenshots of views in SwiftUI

How to Take Screenshots of views in SwiftUI

4
Comments 1
3 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
Sketch Note: SwiftUI App Structure

Sketch Note: SwiftUI App Structure

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

Certificate pinning and Public key pinning

1
Comments
3 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

1
Comments
1 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
Swift Access Modifiers

Swift Access Modifiers

2
Comments
2 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

13
Comments 4
5 min read
iOS PDFKit: creating PDF document in Swift, inserting/deleting pages

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

6
Comments 1
3 min read
Mobile database optimization: Realm vs. SQLite

Mobile database optimization: Realm vs. SQLite

6
Comments 1
9 min read
iOS PDFKit Ink Annotations Tutorial

iOS PDFKit Ink Annotations Tutorial

2
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
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
ContentHugging vs. ContentCompressionResistance in UIStackView

ContentHugging vs. ContentCompressionResistance in UIStackView

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

XCTestGen: CLI for automatic XCTest generation using ChatGPT

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

2 hours to master RxSwift - Part 1

7
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
loading...