May 5 · 8 min read · Apple's Foundation Models framework now powers 47% of new iOS AI features launched in 2026 — yet most developers haven't touched it. You're missing the biggest shift in on-device AI since CoreML's debut. Apple's Foundation Models framework, announced...
Join discussionApr 23 · 8 min read · Many iOS developers still think that powerful AI requires cloud APIs and hefty per-request costs. This outdated mindset prevents them from leveraging Apple's groundbreaking Foundation Models framework in iOS 26, which brings 3-billion parameter langu...
Join discussionApr 2 · 6 min read · Many iOS developers think Apple's Foundation Models framework is just another AI wrapper library. That's completely wrong. Foundation Models guided generation represents the biggest breakthrough in on-device AI since CoreML, giving you structured, ty...
Join discussionDec 31, 2025 · 3 min read · When building SwiftUI views, you often need to run code at key moments in the view’s lifecycle — especially when the view appears on screen. SwiftUI gives us several ways to do this, and understanding the difference is critical for writing clean, eff...
Join discussion
Dec 30, 2025 · 3 min read · With the introduction of the Observation framework in iOS 17+, @Observable has become the cornerstone of state and data flow in modern SwiftUI apps. In this post, we’ll explore: How @Observable works under the hood How SwiftUI tracks property chang...
Join discussion
Dec 30, 2025 · 5 min read · SwiftUI’s declarative syntax feels simple, but under the hood it relies heavily on property wrappers to manage state, data flow, and UI updates. If you’ve ever been confused about when to use @State, @Binding, @ObservedObject, or how the new @Observa...
Join discussion
Sep 29, 2025 · 1 min read · ⚠️ 本篇文章已搬遷至 css.im1010ioio.dev,請至新站閱讀完整版。 iOS 26 的液態玻璃(Liquid Glass)效果,今天我們來試試看網頁能不能做到。這個效果的核心概念是「模糊背景」再加上「不規則扭曲」,就像透過一杯正在晃動的水看東西一樣。 DEMO 連結:Liquid Glass Effect 一、原理 用 SVG 濾鏡的位移地圖(feDisplacementMap)把「背景影像」扭曲,再搭配…
Join discussion
Sep 17, 2025 · 6 min read · Keeping up with Apple’s yearly updates can feel like a full-time job. Just when you’ve mastered the latest APIs, another WWDC keynote drops a whole new set of tools and frameworks. If you're an iOS developer, you know the cycle well. This article is ...
Mjatin commented
Sep 17, 2025 · 5 min read · When Apple releases a big update, it is not just about new toggles in settings. It is about the way a phone feels when you lift it, the way photos land in a feed, and the tiny moments that add up across a day. iOS 26 lands at a moment when expectatio...
Join discussion