Browsing: iOS Development
I know I’m almost a decade late to this party, but I’m probably not the only one, so here goes.…
With iOS 26, Apple introduces the Foundation Models framework, a privacy-first, on-device AI toolkit that brings the same language models…
Published on: September 11, 2025Swift 6.2 comes with some interesting Concurrency improvements. One of the most notable changes is that…
The Firebase Crashlytics SDK allows developers to receive real-time crash reports for their apps. It logs crashes and provides detailed…
I’ve released SwiftMail today, a lightweight open-source Swift framework designed to simplify sending and receiving emails via IMAP and SMTP.…
SwiftIO is an electronic circuit board that runs Swift on the bare metal. It can control sensors, displays, lights, motors…
import SwiftUI struct OnboardingView: View { @ObservedObject var viewModel: OnboardingViewModel var body: some View { TabView(selection: $viewModel.currentPage) { ForEach(OnboardingPages.allCases, id:…
One of the modifiers that always puzzled me a bit was .aspectRatio. How does it really work? Once I figured…
I rarely participate actively in the Swift Evolution process, but I frequently refer to evolution proposals for my work, often…
In the previous tutorial, we introduced the Foundation Models framework and demonstrated how to use it for basic content generation.…
