iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.03K
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://metalbyexample.com/mesh-shaders/
Metal by Example
Mesh Shaders and Meshlet Culling in Metal 3
Metal 3, introduced by Apple at WWDC 2022, brought with it a significant number of features that enable modern rendering techniques, faster resource loading, and flexible shader compilation. It als…
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/NVhtEoWUJK87ADwjXC5K0w
Weixin Official Accounts Platform
淘宝 APP 网络架构演进与弱网破障实践
淘宝 APP 统一网络库演进过程
iOS dev
https://mp.weixin.qq.com/s/MW14R1JfXRmQvgN2NNi3iA
Weixin Official Accounts Platform
iOS 客户端动图优化实践
动图加载是客户端比较难处理的点, 加载大量动图时, 如何在 CPU 和内存的调度上达到更好的平衡点?
iOS dev
https://mp.weixin.qq.com/s/7UJdgJIYWkhzSjtKsHqC2g
Weixin Official Accounts Platform
用VSCode基于Bazel打造Apple生态开发环境
最近AIGC的爆发引发了非常多行业的恐慌也包括程序员群体。如何掌握工具例如Copilot等是下一个时代最重要的能力。
iOS dev
EN
iOS dev
https://swiftfiddle.com/
SwiftFiddle - Swift Online Playground
Swift Online Playground
SwiftFiddle is an online playground for creating, sharing and embedding Swift fiddles (little Swift programs that run directly in your browser).
iOS dev
https://github.com/Livinglist/ZCombinator
GitHub
GitHub - Livinglist/ZCombinator: A Hacker News client made with SwiftUI.
A Hacker News client made with SwiftUI. Contribute to Livinglist/ZCombinator development by creating an account on GitHub.
iOS dev
https://bendodson.com/weblog/2023/05/10/connecting-a-tvos-app-to-ios-ipados-and-watchos-with-devicediscoveryui/
Bendodson
Attempting to connect a tvOS app to an iOS app with DeviceDiscoveryUI
Using the DeviceDiscoveryUI framework to send data between Apple TV and an iPhone, iPad, or Apple Watch.
iOS dev
https://arturgruchala.com/parallax-header-effect-in-swiftui-using-coordinatespace/
Artur Gruchała
Parallax header effect in SwiftUI using CoordinateSpace
Parallax headers are a popular design pattern that can be used to create visually stunning interfaces in mobile and web applications. A parallax header creates the illusion of depth and movement by moving content at different speeds as the user scrolls.
…
iOS dev
https://www.polpiella.dev/how-to-launch-an-app-from-a-safari-extension
www.polpiella.dev
How to launch a macOS SwiftUI app from a Safari extension
Learn how to launch a macOS app and perform actions directly from Safari using an extension.
iOS dev
https://medium.com/simform-engineering/building-a-room-scanning-app-with-the-roomplan-api-in-ios-a5e9f66cfaaf
Medium
Building a Room Scanning App with the RoomPlan API in iOS
Guide to Integrate the RoomPlan API into Your iOS App
iOS dev
https://useyourloaf.com/blog/swiftui-importing-and-exporting-files/
Use Your Loaf - iOS Development News & Tips
SwiftUI Importing And Exporting Files
How do you import and export files with SwiftUI?
iOS dev
https://swiftsenpai.com/development/swiftui-custom-url-action/
Swift Senpai
How to Define Custom URL Actions for SwiftUI Text Views - Swift Senpai
Learn how to define custom URL action using the openURL environment View Modifier in SwiftUI. Interesting use cases are included.
iOS dev
https://augmentedcode.io/2023/05/15/getting-started-with-matched-geometry-effect-in-swiftui/
Augmented Code
Getting started with matched geometry effect in SwiftUI
Matched geometry effect in SwiftUI is a view modifier for creating transition animations between two views. We create two different views, apply the modifier to both of them with a same identifier …
iOS dev
http://swiftwithmajid.com/2023/05/10/file-importing-and-exporting-in-swiftui/
Swift with Majid
File importing and exporting in SwiftUI
A few weeks ago, we talked about photo and video picking in SwiftUI. Today we will continue the topic and learn how to import and export files in SwiftUI views. Fortunately, it is straightforward to do with the help of new fileImporter and fileExporter view…
iOS dev
https://swdevnotes.com/swift/2023/create-a-color-pencil-in-swiftui/
Swdevnotes
Create a color pencil in SwiftUI
How to create a color pencil in SwiftUI
iOS dev
https://www.avanderlee.com/swiftui/universal-links-ios/
SwiftLee
Universal Links implementation on iOS
Universal Links allow you to redirect users directly into your app and give them an integrated mobile experience.
iOS dev
https://www.avanderlee.com/swift/ranges-explained/
SwiftLee
Ranges in Swift explained with code examples
Ranges in Swift come with multiple variants: closed, half-open, and one-sided. Ranges can be converted to NSRange using a convenience initialiser.
iOS dev
https://www.uber.com/en-LB/blog/measuring-performance-for-ios-apps-at-uber-scale/