Последние посты

iOS dev
17 июл., 16:45
https://fatbobman.com/en/posts/debugging-notes-on-two-swiftui-animation-bugs/fatbobman.comDebugging Notes on Two SwiftUI Animation BugsHow I tracked down two SwiftUI animation bugs: an iOS 27 parent-view rebuild that breaks explicit animation, and a ternary-vs-if/else Image glitch in List.
iOS dev
17 июл., 16:44
https://antongubarenko.substack.com/p/ios-27-scene-close-confirmationSubstackiOS 27: Scene Close ConfirmationPrevent and handle scene close
iOS dev
17 июл., 16:44
https://antongubarenko.substack.com/p/ios27-cadisplaylink-for-uiwindowsceneSubstackiOS27: CADisplayLink for UIWindowSceneTrack refresh of an each Scene
iOS dev
17 июл., 16:44
https://azamsharp.com/2026/07/16/syncing-swiftdata-with-a-custom-backend-using-historyobserver.htmlAzamSharpSyncing Swiftdata With A Custom Backend Using Historyobserver
iOS dev
17 июл., 16:44
https://artemnovichkov.com/blog/building-a-custom-dynamic-profile-modifier-in-foundation-modelsArtem NovichkovBuilding a custom DynamicProfileModifier in Foundation ModelsBuild a reusable economy mode modifier that switches a session on device, caps responses, and trims history
iOS dev
17 июл., 16:44
https://livsycode.com/swift/continuation-vs-checkedcontinuation-vs-unsafecontinuation-in-swift/Livsy Code → Learn Swift the smart wayContinuation vs CheckedContinuation vs UnsafeContinuation in Swift → Livsy CodeGreetings, traveler! Continuations are one of those Swift Concurrency APIs that most app developers do not touch every day, but they become important as soon as old callback-based code has to be wrapped into async/await. A typical example looks like this:…
iOS dev
17 июл., 16:44
https://www.wesleymatlock.com/merging-two-live-streams-taskgroup-llm-benchmark/Wesley MatlockOne TaskGroup, Two Live Streams: a Swift 6 LLM BenchmarkHow ModelBench merges live inference and telemetry streams into one ordered AsyncThrowingStream using a single Swift 6 actor and withThrowingTaskGroup.
iOS dev
17 июл., 16:44
https://www.sagarunagar.com/blog/swiftui-toolbar-overflow-menu-api/SagarunagarMastering SwiftUI Toolbar Overflow Menus in iOS 27Learn how to use SwiftUI's new ToolbarOverflowMenu, visibilityPriority(_:), and toolbar placements introduced at WWDC26 to build adaptive toolbars that scale gracefully across iPhone, iPad, Mac, and visionOS.
iOS dev
17 июл., 16:44
https://www.sagarunagar.com/blog/swiftui-crossfade-navigation-transition/SagarunagarSwiftUI .crossFade Navigation Transition in iOS 27Learn how to use SwiftUI's new NavigationTransition.crossFade introduced in iOS 27 at WWDC 2026. Explore examples, use cases, and how it compares with the zoom transition.
iOS dev
17 июл., 16:44
https://nilcoalescing.com/blog/UnstableDefaultEnvironmentValuesInSwiftUI/Nil CoalescingThe hidden cost of unstable SwiftUI environment defaultsLearn why Xcode 27 shows a warning when an @Entry declaration creates a new class instance for every fallback access, how unstable environment defaults can cause unnecessary SwiftUI view updates, and how to make them stable.
iOS dev
17 июл., 16:44
https://cuteios.dev/2026/07/14/previews-and-mcp/cuteios.devPreviews and MCP | Amy is a cute iOS DeveloperTalking to Xcode via MCP and fetching a Preview
iOS dev
17 июл., 16:44
https://alexanderweiss.dev/blog/2026-07-12-the-anatomy-of-a-reusable-swiftui-viewalexanderweiss.devThe Anatomy of a Reusable SwiftUI ViewWhenever I build a custom reusable SwiftUI view as part of a larger application's design system, I follow the same principle: design its API to be as close as…
iOS dev
17 июл., 16:44
https://blog.eidinger.info/all-new-frameworks-presented-at-wwdc26Dev blog post potpourri by senior software engineer Marco EidingerAll new frameworks presented at WWDC26WWDC26 kicked off on June 8, 2026. The information in this article reflects the information published by Apple on that date. There are 14 new frameworks. Name Description AccessoryAccess Manage
iOS dev
19 июн., 15:27
https://fatbobman.com/en/posts/from-size-class-to-available-space/fatbobman.comFrom Size Class to Available Space - Is horizontalSizeClass Still Reliable?WWDC 26 makes iPhone apps resizable. Learn why horizontalSizeClass is no longer a width sensor and how SwiftUI/UIKit layout is shifting to available space.1,160Открыть в Telegram
iOS dev
19 июн., 15:27
https://fatbobman.com/en/posts/core-data-observation-freer-mental-model/fatbobman.comCore Data + Observation - From Property-Level Reactivity to a Freer Mental ModelBring SwiftData-like Observation to Core Data with CDE. Discover how to achieve property-level tracking in SwiftUI and solve key engineering challenges.
iOS dev
19 июн., 15:27
https://www.avanderlee.com/ai-development/swiftui-best-practices-xcode-27-agent-skill/SwiftLeeSwiftUI Best Practices, straight from Apple's Xcode 27 Agent SkillUnlock the potential of SwiftUI best practices with insights from Xcode 27's Agent Skills for enhanced app development.
iOS dev
19 июн., 15:27
https://kyleye.top/posts/swiftui-sensoryfeedback-intensity-payload/知阅百微 见微知著SwiftUI SensoryFeedback Cache Key Pitfall: Do Not Store Continuous Values | 知阅百微 见微知著A SwiftUI SensoryFeedback cache bug where continuous intensity values became UIImpactFeedbackGenerator cache keys, and how iOS 27 fixed it
iOS dev
19 июн., 15:27
https://www.sagarunagar.com/blog/swiftui-prominent-tab-is-not-a-floating-action-button/SagarunagarSwiftUI's New .prominent Tab in iOS 27 Is Not a Floating Action ButtonThe new .prominent tab role in iOS 27 helps highlight important destinations in your app. Learn why it shouldn't replace floating action buttons, toolbar actions, or navigation bar buttons.
iOS dev
19 июн., 15:27
https://artemnovichkov.com/blog/using-claude-with-apple-foundation-modelsArtem NovichkovUsing Claude with Apple Foundation ModelsBringing frontier models to LanguageModelSession with model selection and BYOK
iOS dev
19 июн., 15:27
https://artemnovichkov.com/blog/task-names-in-swift-concurrencyArtem NovichkovTask Names in Swift ConcurrencyName Swift tasks for clearer debugging and profiling
