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://swiftwithmajid.com/2023/05/03/the-power-of-overlays-in-swiftui/
Swift with Majid
The power of overlays in SwiftUI
An overlay is a view drawing on top of another view. And today, we will talk about two interesting use cases of using overlays in SwiftUI. One of them allows us to keep the structural identity of the view, and another one becomes very handy whenever you build…
iOS dev
https://medium.com/@AnalyticsAtMeta/notifications-why-less-is-more-how-facebook-has-been-increasing-both-user-satisfaction-and-app-9463f7325e7d
Medium
Notifications: why less is more — how Facebook has been increasing both user satisfaction and app…
We are members of the Facebook Notifications Data Science team at Meta. We ran surveys on how users felt about on-site notifications…
iOS dev
https://www.avanderlee.com/swift/mainactor-dispatch-main-thread/
SwiftLee
MainActor usage in Swift explained to dispatch to the main thread
MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner.
iOS dev
https://daddycoding.com/2023/05/02/4812/
DaddyCoding
Security in iOS Applications | Swiftly Engineered iOS
iOS dev
https://daddycoding.com/2023/05/03/cryptography-in-ios-applications/
DaddyCoding
Cryptography in iOS Applications | Swiftly Engineered iOS
iOS dev
https://betterprogramming.pub/a-full-swiftui-emitter-node-645e7d1be4a9
Medium
A Full SwiftUI Emitter Node
Continuation of a paper about Emitter Nodes
iOS dev
https://betterprogramming.pub/swiftui-animation-mechanism-a1adf2b9b417
Medium
Demystifying SwiftUI Animation: A Comprehensive Guide
This article provides a comprehensive introduction to the animation mechanism of SwiftUI and provides a large amount of demonstration code
iOS dev
https://useyourloaf.com/blog/accessing-security-scoped-files/
Use Your Loaf - iOS Development News & Tips
Accessing Security Scoped Files
Accessing a file stored outside an app's sandbox using security scopes
iOS dev
https://www.polpiella.dev/how-to-save-swiftui-views-as-images-in-macos
www.polpiella.dev
Export SwiftUI views as images in macOS
How to use a combination of ImageRenderer and NSSavePanel to save SwiftUI views as images to the macOS file system.
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.