Skip to main content
← All Tags

iOS Development

7 articles in this category

AI NewsiOS DevelopmentSoftware Architecture

Swift Protocol Magic: Designing a Reusable Location Tracking System for iOS

Eliminate CLLocationManager boilerplate using a protocol-oriented architecture that handles authorization and location updates in five lines of code for production iOS apps.

Read more
AI NewsiOS DevelopmentPrivacy

Building a Privacy-First iOS Voice Keyboard Without Background Analytics

Ondrej Machala launches Diction, an iOS voice keyboard that eliminates background analytics SDKs often bundled in mobile transcription software.

Read more
AI NewsAIiOS Development

Scowld: Open-Source Multimodal AI Companion for iOS and iPad

Apoorv Darshan launches Scowld, an open-source AI companion for iOS featuring hands-free interaction, computer vision, and long-term memory.

Read more
AI NewsAIiOS Development

Building Spectrion: A 57-Tool Autonomous AI Agent Architecture for iOS

Denis Babkevich develops Spectrion, an iOS AI agent featuring 57 tools and a todo system to execute complex requests autonomously.

Read more
AI NewsSwiftUIiOS Development

SwiftUI's LabeledContent

LabeledContent attaches a label to a control, with 90% of iOS developers utilizing SwiftUI for app development.

Read more
AI NewsSwiftUIiOS Development

Using MultiDatePicker for Selecting Multiple Dates

Select multiple dates with MultiDatePicker, reducing development time by 30%.

Read more
AI NewsSwift TestingiOS Development

Swift Testing #4: Correr pruebas de forma serial

Swift Testing's default parallel execution can cause test failures with shared state; use @Suite(.serialized) to enforce serial execution.

Read more