Articles by Tag #ios

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

I Spent 3 Days Making App Store Screenshots (So I Built a Tool That Does It in 15 Minutes)

Why I Built Lemmi Studio Because App Store Screenshots Are the Worst Part of...

Learn More 12 7Oct 24

How to Run a React Native App on iPhone

This tutorial will guide you through the process of running a React Native app on a physical device...

Learn More 6 3Oct 19

Why Every iOS Developer Needs Their Own Pet Projects

As an iOS developer working in a corporate environment, you might find yourself confined to a...

Learn More 8 1Nov 18

I Built a WebSocket Server to Stream iPhone LiDAR and IMU Data

The Hardware Setup Problem I kept having the same experience. Some idea would come up that...

Learn More 1 0Nov 21

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

Using SVGs on Canvas with Compose Multiplatform

One thing that has continued to amaze me with building my Compose Multiplatform app is how easily...

Learn More 12 1Jan 15

LocalLLMClient: A Swift Package for Local LLMs Using llama.cpp and MLX

Introducing LocalLLMClient, an open-source Swift library that makes it easy to use local LLMs like llama.cpp and Apple MLX in your iOS and macOS apps

Learn More 8 1May 15

The Vibe Life: Building Smart Keys for Mac

I didn’t realize I was about to enter the “vibe” industry when I started building Smart Keys. All I...

Learn More 3 1Apr 25

Swift Officially Expands to Android: A New Era for Cross-Platform Development

The mobile development landscape is about to witness a significant shift. After years of being...

Learn More 14 1Jun 28

🚀 Implementing Pull-to-Refresh in React Native with Reanimated and Lottie 🎉

Refreshing content seamlessly enhances user experience in mobile applications. In this blog, we'll...

Learn More 23 2Mar 14

The Home Assistant companion app

Besides a regular webapp and a Mac app, which uses the same endpoints as the webapp, Home Assistant...

Learn More 21 1Jan 16

Integer Generic Parameters in Swift 6.2: A New Era for Type-Safe Programming

Swift 6.2, released in September 2025, introduces a groundbreaking feature that fundamentally changes...

Learn More 5 1Nov 16

Seamless Map Integration in React Native: A Complete Guide

Introduction Integrating maps into a React Native app sounds simple — until you face...

Learn More 1 0Nov 16

From Swift to Machine Code

Table of Contents Introduction What is a Compiler? The Swift Compiler...

Learn More 2 0Nov 18

VoiceOver Bug on iOS Safari Blocks Date & Time related inputs (especially in React)

A frustrating accessibility bug — and a simple workaround We recently stumbled across a...

Learn More 0 1Oct 12

Flutter Flavors: Guía completa de implementación para proyectos multicliente en Android e iOS

Índice Introducción Creación de Flavors ...

Learn More 0 0Oct 16

Advanced Testing & Observability in Modular iOS Architecture: A Senior Engineer's Guide

How to build a testing ecosystem that scales with distributed Swift architectures — from unit tests...

Learn More 1 0Nov 17

Building SwiftCacheSDK: A Lightweight Image Caching Library for iOS

The Problem While building iOS apps, I've always relied on image caching libraries like...

Learn More 0 0Nov 6

Running Asynchronous Setup Side Effects in `@Test` with Swift Testing

Learn how to execute asynchronous setup logic and side effects directly inside @Test in Swift Testing using custom TestTrait and TaskLocal.

Learn More 0 0Oct 23

How I Structure All My Xcode Projects.

🗂️ 1. The Folder Structure AppName/ │ ├── App/ │ ├── AppEntry.swift │ └──...

Learn More 0 0Nov 24

Building a Notification Center: Architecture, Code, and Platform Comparison

Building a Notification Center: Architecture, Code, and Platform Comparison Notification...

Learn More 0 0Oct 22

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

Building Passkey Authentication in SwiftUI: Part 2

See Part 1 for basics of Passkeys. Here's the code. Three main pieces: view model (handles auth...

Learn More 8 2Oct 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

Modern Navigation in SwiftUI

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

Learn More 0 0Nov 29

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

Haptic Feedback in iOS: A Comprehensive Guide

Haptic Feedback in iOS: A Comprehensive Guide Haptic feedback has become an integral part...

Learn More 0 0Nov 6

Como configurar um projeto Swift sem StoryBoard

Atenção! para seguir com o post, é necessário possuir um computador da Apple e ter instalado o...

Learn More 4 0Nov 7

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

A Deep Dive into Nested ScrollView Behavior in React Native: Root Causes and Practical Solutions

Hi everyone During the development of a recent screen in one of our applications, I faced...

Learn More 0 0Nov 24