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://swiftsenpai.com/development/uihostingconfiguration-subview/
Swift Senpai
How to Use UIHostingConfiguration to Integrate SwiftUI Views into UIKit Apps - Swift Senpai
Avoid the hassle of setting up UIHostingController and use UIHostingConfiguration to show a simple SwiftUI view as a subview in UIKit apps.
iOS dev
https://betterprogramming.pub/async-await-and-mainactor-strategies-cc35b6c58b52
Medium
Async/Await and MainActor Strategies
Deciding where and how to update the main thread.
iOS dev
https://www.donnywals.com/tips-and-tricks-for-exploring-a-new-codebase/
Donny Wals
Tips and tricks for exploring a new codebase – Donny Wals
As a developer, joining a new project or company is often a daunting and scary task. You have to get aquatinted with not just a whole new team of people, but you also have to familiarize yourself with…
iOS dev
https://holyswift.app/how-to-programatically-add-app-icon-badge-in-swiftui/
Holy Swift
How to Programmatically Add App Icon Badge in SwiftUI? - Holy Swift
Discover how to programmatically create app icon badges in SwiftUI, handle permissions, and alternative approaches.
iOS dev
https://holyswift.app/simplify-time-comparisons-in-swift-with-relativedatetimeformatter/
Holy Swift
Simplify Time Comparisons in Swift with RelativeDateTimeFormatter - Holy Swift
Learn about Swift's RelativeDateTimeFormatter and how it simplifies time comparisons. Dive into examples, customizations, and best practices.
iOS dev
https://www.swiftjectivec.com/using-the-tabulardata-framework-to-dump-json-or-csv-data-in-swift/
Swiftjective-C
Using TabularData to Dump Model Data
The TabularData framework can do quite a lot, and it mostly deals with training machine learning models. Today, I'll show you how I use it for debug logs, of all things.
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等是下一个时代最重要的能力。