iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.01K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
10.9K subscribers
iOS dev
https://xiaozhuanlan.com/topic/5946873021
Xiaozhuanlan
WWDC24 10195 - Go further with Swift Testing - 小专栏
WWDC24 内参 - @老司机技术 - 摘要:Swift Testing 是 Swift 团队推出的一个全新的测试框架,集合了原生、开源、跨平台、高效、易用、IDE 无缝集成等新特性。文章从 0 开始介绍如何使用 Swift Testing ,对比了与 XCTest 的差异,最后对 Swift T...
iOS dev
https://blog.thomasdurand.fr/story/2024-06-26-wwdc24-recap/
Dean’s blog
Attending WWDC24 recap at Apple Paris
This Wednesday morning, I had the opportunity to attend the in-person recap of this year WWDC in Paris. I’m very happy to see those events flourishing all around the world, and specifically this year as I hadn’t as much time as I’d…
iOS dev
https://www.emergetools.com/blog/posts/swiftdata-vs-realm-performance-comparison
Emergetools
Emerge Tools Blog | SwiftData vs Realm: Performance Comparison
Benchmarking the performance of SwiftData vs. Realm to help you decide on your persistence framework.
iOS dev
https://www.createwithswift.com/using-multi-step-animations-in-swiftui/
Create with Swift
Using multi-step animations in SwiftUI
Explore how to define and use a multi-step animation in your SwiftUI app.
iOS dev
https://medium.com/@ryan_willis/navigating-accessibility-a-swiftui-vs-uikit-comparison-40dfc94cfffa
Medium
Navigating Accessibility: A SwiftUI vs. UIKit Comparison
A Comparative Exploration of Accessibility Complexity between SwiftUI and UIKit.
iOS dev
https://alexanderweiss.dev/blog/2024-06-24-using-textrenderer-to-create-highlighted-text
alexanderweiss.dev
Using TextRenderer to create highlighted text
[`TextRenderer`](https://developer.apple.com/documentation/swiftui/textrenderer) is a new protocol introduced at WWDC 2024 which lets us enhance how text is rendered in SwiftUI. In this small post, I want to show how to create a view that enables you...
iOS dev
https://johnoreilly.dev/posts/exploring-compose_multiplatform_sharing_ios/
John O'Reilly
Exploring New Worlds of UI sharing possibilities in PeopleInSpace using Compose Multiplatform
I’ve written about the use of Compose Multiplatform for sharing UI code in a number of previous articles but was inspired by following recent session by Touchlab (and related sample) to explore this further….in particular in the PeopleInSpace Kotlin Multiplatform…
iOS dev
https://www.avanderlee.com/swift/async-await/
SwiftLee
Async await in Swift explained with code examples
Async await in Swift allows to write asynchronous tasks with structured concurrency. Maintain readability in complex code.
iOS dev
https://swiftonserver.com/websocket-tutorial-using-swift-and-hummingbird/
iOS dev
https://codingwithvera.com/whats-coming-to-xcode-16/
Coding With Vera
What's Coming to Xcode 16
🔥
At this year's WWDC, Apple unveiled new shiny
✨
features for Xcode 16.
With Swift Testing already exciting iOS Developers, Swift 6 and all the new features look promising.
iOS dev
https://www.createwithswift.com/displaying-tips-based-on-parameters-and-events-with-tipkit/
Create with Swift
Displaying tips based on parameters and events with TipKit
Learn how to trigger tips based on parameters and events with TipKit in a SwiftUI app.
iOS dev
https://swiftwithmajid.com/2024/06/25/mastering-scrollview-in-swiftui-scroll-geometry/
Swift with Majid
Mastering ScrollView in SwiftUI. Scroll Geometry
The ScrollPosition type is all you need to programmatically read or change the scroll position. Still, it doesn’t provide enough information when a user interacts with a scroll view using gestures. SwiftUI solves this problem by introducing the new ScrollGeometry…
iOS dev
https://www.jessesquires.com/blog/2024/06/29/swiftui-scene-phase/
Jesse Squires
SwiftUI app lifecycle: issues with ScenePhase and using AppDelegate adaptors
SwiftUI introduced the ScenePhase API in iOS 14 and macOS 11. This was SwiftUI’s answer to handling application lifecycle events. At the same time, SwiftUI i...
iOS dev
https://fatbobman.com/en/posts/the-evolution-of-swiftui-scroll-control-apis/
fatbobman.com
The Evolution of SwiftUI Scroll Control APIs and Highlights from WWDC 2024
Explore the evolution of SwiftUI scroll control APIs, from WWDC 2019 to 2024. Learn about ScrollViewReader, scrollPosition, onScrollPhaseChange, & more.
iOS dev
https://github.com/microsoft/generative-ai-for-beginners
GitHub
GitHub - microsoft/generative-ai-for-beginners: 21 Lessons, Get Started Building with Generative AI
🔗
https://microsoft.github.io/generative…
21 Lessons, Get Started Building with Generative AI
🔗
https://microsoft.github.io/generative-ai-for-beginners/ - microsoft/generative-ai-for-beginners
iOS dev
https://douglashill.co/zoom-transitions/
Douglas Hill
Zoom transitions
A detailed, illustrated guide to my favourite addition in the iOS 18 SDK.
iOS dev
https://www.createwithswift.com/exploring-the-navigationsplitview/
Create with Swift
Exploring the Navigation Split View
Explore the NavigationSplitView on different platforms, how to use it and the related modifiers.
iOS dev
https://www.createwithswift.com/creating-a-lock-screen-widget-with-swiftui/
Create with Swift
Creating a Lock Screen widget with SwiftUI
Understand how to make widgets available for the device Lock Screen in a SwiftUI app.
iOS dev
https://www.createwithswift.com/the-touch-evolution-how-gestures-shape-our-digital-worlds/
Create with Swift
The Touch Evolution: How Gestures Shape Our Digital Worlds
Explore how gestures impacted the way people interact with the digital world.
iOS dev
https://swiftwithmajid.com/2024/07/02/mastering-scrollview-in-swiftui-scroll-phases/
Swift with Majid
Mastering ScrollView in SwiftUI. Scroll Phases
This year, the SwiftUI framework introduced several new scrolling APIs, allowing us to track and tune everything in a scroll view. This week, we will discuss monitoring scroll phases in SwiftUI.