Articles by Tag #swiftui

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Memory Leaks in SwiftUI(Real-World Examples)

Memory Leaks in SwiftUI - Where They Hide & How to Catch Them!! SwiftUI makes UI feel effortles,...

Learn More 0 1Nov 20

Micro-Interactions in SwiftUI — Subtle Animations That Make Apps Feel Premium

Micro-interactions are the tiny animations that make an app feel alive. They’re not big transitions...

Learn More 0 0Nov 30

How to Build a Floating Bottom Sheet in SwiftUI (Drag, Snap, Blur)

Floating bottom sheets are one of the cleanest modern UI patterns in iOS. You see them in: Apple...

Learn More 0 0Nov 25

How to Build Apple-Style Glassmorphic UI in SwiftUI

Glass UI is one of the most modern, premium-looking design styles used across iOS and macOS. You see...

Learn More 0 0Nov 26

Simplifying SwiftUI Navigation with SnazzyRouter: A Modern Approach to Routing

The Navigation Challenge in SwiftUI If you've built anything beyond a simple SwiftUI app,...

Learn More 0 0Oct 10

How to Build Modern Parallax & Scroll Effects in SwiftUI

Parallax and scroll-reactive interfaces are everywhere in modern iOS design. You see them in: Apple...

Learn More 0 0Nov 25

SwiftUI Animation Masterclass — Springs, Curves & Smooth Motion

SwiftUI makes animation incredibly easy — but smooth, professional, Apple-quality motion requires a...

Learn More 0 0Nov 28

Modern Navigation in SwiftUI

Navigation in SwiftUI has evolved massively since the early days of NavigationView. With...

Learn More 0 0Nov 29

Formatting Relative Time in Swift: Quick Guide

Learn when to use DateComponentsFormatter vs RelativeDateTimeFormatter in Swift. Quick guide with examples for durations, timers, and relative dates.

Learn More 0 0Oct 23

My First Dev.to Post: Building Beautiful iOS Apps with SwiftUI

Hey everyone! 👋 I’m excited to share my very first post here on dev.to. As an iOS developer working...

Learn More 0 0Oct 17

🚀 SwiftUI vs SnapKit: Fark Ne, Hangisini Ne Zaman Kullanmalı?

iOS geliştiriciliğe yeni başlayanların en sık sorduğu sorulardan biri şu: “SwiftUI mi kullanmalıyım,...

Learn More 0 0Oct 24

How to Build a Clean Collapsible Header in SwiftUI

One of my favorite UI patterns in modern iOS apps is the collapsible header — the kind that smoothly...

Learn More 0 0Nov 24

LUCA: A Modern Architecture for SwiftUI Development

Prerequisites Background: Why a New Architecture is Needed When developing new...

Learn More 0 0Oct 1

How to Build Rich Text Editor in SwiftUI

Building a Rich Text Editor in SwiftUI (with iOS 26 APIs) I am spending weekends exploring new iOS...

Learn More 6 0Oct 6

Observables in SwiftUI

Observables This article aims to explain how observables help or fit in into the use case...

Learn More 0 0Nov 26

What Really Are The Differences Between SwiftUI and UIKit?

Introduction I had a feeling that most of the devs that work with Apple Platforms (iOS,...

Learn More 3 2May 16

Make a Calendar app with SwiftUI - part 1

I assume you can find out how to setup a SwiftUI project using Xcode. So, I will jump right into how...

Learn More 0 0Sep 4

"Vibe Grokking" My Way Into an Apple Watch App

Tl;dr: I needed an Apple Watch app to check the temperature sensors in my RV while my dog was...

Learn More 2 0Sep 3

SwiftUI WebView

At WWDC 2025, Apple announced that SwiftUI would now have its own WebView. I touched on this briefly...

Learn More 0 0Nov 27

SwiftUI for Mac 2025

Almost every year, I write an article and a sample app, exploring the new features of SwiftUI, with...

Learn More 0 0Nov 27

How to populate your #Previews in SwiftUI

Apple created the #Preview macro to more easily preview your SwiftUI views in Xcode: #Preview { ...

Learn More 1 0Sep 5

The human-time bottom line.

After a few comfortable years in the same flat, I found myself back in the nightmare that is the...

Learn More 1 0Oct 21

macOS Apps Step by Step 4.0

macOS by Tutorials has a new name and a new edition! The book is available for purchase or update at...

Learn More 0 0Nov 27

Fix SwiftUI Picker Not Updating Selection: Common Issues

The SwiftUI Picker is famously elegant until it mysteriously stops working. You select an item, but...

Learn More 7 0Oct 27

I Found Splito: An Exciting Open-Source Bill-Splitting App

I recently discovered Splito, an open-source iOS app that makes splitting bills and managing group...

Learn More 5 0Dec 27 '24

Adjust the intensity/brightness of colors in SwiftUI views

SwiftUI makes it incredibly easy to tweak colors with the brightness(_:) modifier. You can lighten or...

Learn More 6 0Dec 26 '24

How to Integrate a Barcode Scanner Component into iOS Apps in Minutes

In this article, we will explore Dynamsoft's Ready-to-Use Barcode Scanner API for iOS. We will cover...

Learn More 0 1Feb 26

How to Integrate Face/Biometric ID in Your iOS App🚀

Tired of clunky passwords and PINs? Ditch them for the seamless power of Face ID! In my latest...

Learn More 3 0Jan 13

iOS 19 SDK Developer Update: Prepare for UIApplicationDelegate Deprecations

Dear iOS Developers, Recent WebKit commits signal that Apple is planning to deprecate several legacy...

Learn More 3 0Apr 28

Integrating Live Activity and Dynamic Island in iOS: A Complete Guide - Part 2

In Part 1, we explored the fundamentals of Live Activities and Dynamic Island, covering what they...

Learn More 3 0Dec 13 '24