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.
UIAlertController taking multiple user inputs

UIAlertController taking multiple user inputs

2
Comments
1 min read
React Native vs Swift: Which is Better for Mobile App Development?

React Native vs Swift: Which is Better for Mobile App Development?

Comments
6 min read
Create another view controller in Xcode

Create another view controller in Xcode

4
Comments
1 min read
Create a constraint in xcode

Create a constraint in xcode

2
Comments
1 min read
Swift: Evolution and backward compatibility. Exploring @available and #available attributes.

Swift: Evolution and backward compatibility. Exploring @available and #available attributes.

5
Comments
3 min read
Dia 11 - #100DaysOfSwift

Dia 11 - #100DaysOfSwift

1
Comments 1
2 min read
Dia 10 - #100DaysOfSwift

Dia 10 - #100DaysOfSwift

Comments
2 min read
Dia 9 - #100DaysOfSwift

Dia 9 - #100DaysOfSwift

Comments
2 min read
JSON basics, encoding and decoding with Swift

JSON basics, encoding and decoding with Swift

1
Comments
4 min read
Building a ToDo app with SwiftUI and Cosmic

Building a ToDo app with SwiftUI and Cosmic

7
Comments
17 min read
đź”” Desktop notifications in 10 lines of Python code

đź”” Desktop notifications in 10 lines of Python code

4
Comments 1
2 min read
Things I learned after 5 years of iOS development

Things I learned after 5 years of iOS development

4
Comments
3 min read
PlantMe — VisionOS AR houseplant catalog

PlantMe — VisionOS AR houseplant catalog

5
Comments
1 min read
Starting Your Final Project: Building Your Own Weather App

Starting Your Final Project: Building Your Own Weather App

1
Comments
2 min read
useClosure() {work, backwards in returnValuesAsInput (backwards, work)}

useClosure() {work, backwards in returnValuesAsInput (backwards, work)}

3
Comments
4 min read
Implement RecyclerView using Swift PM libraries

Implement RecyclerView using Swift PM libraries

Comments
7 min read
Setting Up a Free Weather API

Setting Up a Free Weather API

1
Comments
2 min read
Track the view controllers' lifecycle using symbolic breakpoints in Xcode

Track the view controllers' lifecycle using symbolic breakpoints in Xcode

2
Comments
2 min read
LeetCode, Hard (Acceptance 24%, Latest): 2867. Count Valid Paths in a Tree. DFS. O(n). Swift.

LeetCode, Hard (Acceptance 24%, Latest): 2867. Count Valid Paths in a Tree. DFS. O(n). Swift.

12
Comments 1
3 min read
Learning Through Abstraction

Learning Through Abstraction

8
Comments 4
6 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
From Frontend Web to the iOS Universe

From Frontend Web to the iOS Universe

3
Comments 2
2 min read
How Constraints Works In Swift 5 UIKit | 2023

How Constraints Works In Swift 5 UIKit | 2023

2
Comments
1 min read
Async/await in Swift and SwiftUI

Async/await in Swift and SwiftUI

Comments
6 min read
Most essential Xcode shortcuts every developer should know

Most essential Xcode shortcuts every developer should know

5
Comments
5 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
That Magical First-Time Feeling of Coding Your Own Thing!

That Magical First-Time Feeling of Coding Your Own Thing!

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

Managing the Keyboard in SwiftUI: A Comprehensive Tutorial

7
Comments 1
2 min read
Every Taylor Swift album and its corresponding programming language: deluxe edition

Every Taylor Swift album and its corresponding programming language: deluxe edition

6
Comments 8
6 min read
Introducing: Cannoisseur—The Go-To Social Network for Cannabis Budtenders

Introducing: Cannoisseur—The Go-To Social Network for Cannabis Budtenders

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

iOS ScrollView - make it snappy!

6
Comments
2 min read
Updating UI with API Data in Swift

Updating UI with API Data in Swift

Comments
2 min read
Representing Weather Data Using Models in Swift

Representing Weather Data Using Models in Swift

Comments
2 min read
Understanding JSON Parsing in Swift

Understanding JSON Parsing in Swift

Comments
2 min read
Every Taylor Swift album and its corresponding programming language

Every Taylor Swift album and its corresponding programming language

6
Comments 5
1 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
LeetCode, Hard: 2818. Apply Operations to Maximize Score. Swift

LeetCode, Hard: 2818. Apply Operations to Maximize Score. Swift

6
Comments
5 min read
Build a Pixel Perfect Threads Clone in Swift UI—With a Twist!

Build a Pixel Perfect Threads Clone in Swift UI—With a Twist!

7
Comments
16 min read
Segredos segredosos dos Optionals em Swift: Um Guia para nĂŁo perder o juĂ­zo!

Segredos segredosos dos Optionals em Swift: Um Guia para nĂŁo perder o juĂ­zo!

5
Comments 2
3 min read
Understanding Basics of Swift

Understanding Basics of Swift

1
Comments
2 min read
iOS development Weak and Strong Dance: How it breaks cycle reference?

iOS development Weak and Strong Dance: How it breaks cycle reference?

3
Comments
6 min read
LeetCode, Hard, last two problems: 2809. Min Time to Make Array Sum At Most x & 2813. Max Elegance of a K-Length Subseq.

LeetCode, Hard, last two problems: 2809. Min Time to Make Array Sum At Most x & 2813. Max Elegance of a K-Length Subseq.

7
Comments 2
4 min read
Dia 5 - #100DaysOfSwift

Dia 5 - #100DaysOfSwift

3
Comments
2 min read
Swiftly Chatting: Building Chatbots with Botter

Swiftly Chatting: Building Chatbots with Botter

164
Comments
5 min read
LeetCode 2532 (Hard++, Extra Category, Amazon). Time to Cross a Bridge.

LeetCode 2532 (Hard++, Extra Category, Amazon). Time to Cross a Bridge.

7
Comments 4
6 min read
How to Implement a Cross-Platform Login Screen with Angular within a WKWebView

How to Implement a Cross-Platform Login Screen with Angular within a WKWebView

2
Comments
6 min read
LeetCode 2801 (Hard, Acceptance Level 14.5%). Count Stepping Numbers in Range. DP. Efficiently handles large inputs (10^9 + 7).

LeetCode 2801 (Hard, Acceptance Level 14.5%). Count Stepping Numbers in Range. DP. Efficiently handles large inputs (10^9 + 7).

7
Comments 2
4 min read
Is There Any Overlap Between Swift Developers & Swifties?

Is There Any Overlap Between Swift Developers & Swifties?

12
Comments 8
1 min read
🕊 Learn Swift for Free with These Top 7 Resources

🕊 Learn Swift for Free with These Top 7 Resources

1
Comments
6 min read
Implementing location search by address into the iOS app. Step-by-Step Guide

Implementing location search by address into the iOS app. Step-by-Step Guide

6
Comments
4 min read
LeetCode 2790 (Hard). Maximum Number of Groups With Increasing Length. O(NlogN). Math. Only 10 lines of code.

LeetCode 2790 (Hard). Maximum Number of Groups With Increasing Length. O(NlogN). Math. Only 10 lines of code.

5
Comments
4 min read
All about Silent Push Notifications. Step-by-Step Guide

All about Silent Push Notifications. Step-by-Step Guide

3
Comments
6 min read
Como criar um App para iOS em ViewCode

Como criar um App para iOS em ViewCode

32
Comments 5
12 min read
[2023] SwiftUI @Observable macro: Basic MVVM setup

[2023] SwiftUI @Observable macro: Basic MVVM setup

Comments
2 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
#5 SOLID - Dependency Inversion Principle | Swift | iOS Development

#5 SOLID - Dependency Inversion Principle | Swift | iOS Development

2
Comments
1 min read
Como decodificar JSON em Swift

Como decodificar JSON em Swift

6
Comments
5 min read
Swift Quiz #06 - Swift Sets and Dictionaries

Swift Quiz #06 - Swift Sets and Dictionaries

Comments
6 min read
Implementing Apple's Device Check App Attest Protocol

Implementing Apple's Device Check App Attest Protocol

Comments
8 min read
Hello 100 - glad to be in your feed!

Hello 100 - glad to be in your feed!

1
Comments
2 min read
loading...