Tag: swift

Swift Logo

A complete guide to the Swift defer statement

Dev

Learn about Swift’s defer statement and syntax, and examine several real-world use cases that you can use in practice.

Rudrank Riyam
Feb 23, 2022 ⋅ 4 min read
Storyboard vs. Programmatically

Storyboard vs. programmatically for iOS app UI design

Dev

In this article, we compare the pros and cons of creating UI for iOS with Storyboard vs. programmatically. We also discuss which method is preferable for certain circumstances.

İrem Karaoğlu
Jan 24, 2022 ⋅ 6 min read
Building Custom Charts In SwiftUI

Building custom charts in SwiftUI

Dev

SwiftUI can be used to build charts for iOS apps faster as it requires less code. In this article, we use SwiftUI to create and style bar charts and line charts modeled after those from Apple’s Health app.

Rudrank Riyam
Jan 3, 2022 ⋅ 6 min read
Supporting Accessibility in iOS Applications

Supporting accessibility in iOS applications

Dev

iOS supports accessibility with several inbuilt features such as VoiceOver, Reduce motion, and more. Learn how to use these in your apps.

İrem Karaoğlu
Dec 8, 2021 ⋅ 5 min read
Developing a 2D mobile game as a mobile app developer

Developing a 2D mobile game as a mobile app developer

Dev

Learn how you can apply your mobile app development to 2D mobile gaming and meet user expectations for haptics, randomness, and more.

İrem Karaoğlu
Oct 27, 2021 ⋅ 8 min read
Getting started with RealmSwift

Getting started with RealmSwift

Dev

Learn how to use Realm as the data persistence engine with SwiftUI to manage your data in iOS apps more simply in this in-depth tutorial.

Mohd Hafiz
Oct 11, 2021 ⋅ 10 min read
Building iOS Apps With SwiftUI: A Tutorial With Examples

Building iOS apps with SwiftUI: A tutorial with examples

Dev

Explore key features and fundamental concepts in SwiftUI by following this tutorial on building a demo Swift app for iOS.

Charles Freeborn
Aug 13, 2021 ⋅ 3 min read
Firestore In Swift Tutorial

Firestore in Swift tutorial

Dev

Learn how to add a database feature to any Swift application with Firestore through a simple to-do application tutorial.

Wisdom Ekpot
Aug 9, 2021 ⋅ 5 min read
How to Create a Framework in Swift

How to create a framework in Swift

Dev

Learn how to create frameworks in Swift through Xcode to make your code modularized and reusable.

Rudrank Riyam
Jul 29, 2021 ⋅ 4 min read

Error handling in Swift

Dev

Learn how to detect and resolve errors in a simple bookstore application built using Swift, Apple’s general-purpose programming language.

Wisdom Ekpot
Jul 12, 2021 ⋅ 4 min read
Swift Async Await

Concurrency in Swift: Using the new async/await syntax

Dev

Using the async and await keywords in Swift greatly simplifies how we write concurrent code in iOS applications.

David Fekke
Jul 6, 2021 ⋅ 4 min read
Flutter vs Swift Logos

Flutter vs. Swift for iOS development

Dev

Let’s compare Flutter, an open-source toolkit for building UIs, and Swift, the primary language for building apps across iOS and macOS.

Charles Freeborn
Jul 2, 2021 ⋅ 7 min read