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://juejin.cn/post/6844904033908424717
juejin.cn
iOS 高级之美(六)—— malloc分析 - 掘金
然而 obj = (id)calloc(1, size) 这一段代码所在位置不再是 libObjc4,它定位到了 libmalloc , 至于愈合定位的大家可以参考笔者前面的文章。这个篇章我们针对 malloc 展开而分析 malloc_zone_t 是一个非常基础结构,里面包…
iOS dev
https://juejin.cn/post/7159152535062888479
juejin.cn
iOS ADRP汇编指令与虚拟内存 - 掘金
iOS 汇编 ADRP 虚拟内存 PC寄存器,ADRP指令是iOS汇编中最重要的指令之一,本文尽量详细解读,希望加深大家对这个指令的理解。
iOS dev
https://mp.weixin.qq.com/s/2S3XIpKXMnYNFayeBE_d2Q
iOS dev
EN
iOS dev
https://medium.com/whatnot-engineering/creating-a-lane-of-our-own-for-ios-automation-c9caa31fb800
Medium
Creating a Lane of Our Own for iOS Automation
Alex Chase | iOS engineer
iOS dev
https://medium.com/@bahalek/tracking-your-ios-app-crashes-ooms-and-other-terminations-with-metrickit-891e77a6e6d5
Medium
Tracking your iOS app crashes, OOMs and other terminations with MetricKit
Photo by lilzidesigns on Unsplash
iOS dev
https://betterprogramming.pub/build-a-3d-editor-in-swiftui-and-scenekit-7a680e95d8a
Medium
Build a 3D Editor in SwiftUI and SceneKit
Using SceneView running within SwiftUI interface
iOS dev
https://betterprogramming.pub/view-styling-with-propertywrapper-92d8476e96a7
Medium
UIView/NSView Styling With @propertyWrapper
Figuring a layout-implementation logic in the sea of styling code
iOS dev
https://holyswift.app/create-a-card-with-an-image-outside-its-bounds-in-swiftui/
Holy Swift
Create a Card with an Image Outside its Bounds in SwiftUI - Holy Swift
Discover how to Create a Card with an Image Outside its Bounds in SwiftUI. Use view modifiers to offset the background image!
iOS dev
https://azamsharp.com/2022/10/30/evolving-client-server-swiftui.html
AzamSharp
Evolving Client Server Swiftui
Evolving SwiftUI Architecture for Client/Server Apps
iOS dev
https://www.polpiella.dev/a-menu-bar-only-macos-app-using-appkit
www.polpiella.dev
A menu bar only macOS app using AppKit
How to setup a menu bar only macOS app using AppKit.
iOS dev
https://swiftsenpai.com/development/uihostingconfiguration-placeholder-cell/
Swift Senpai
Create Custom Cell with Placeholder UI Using UIHostingConfiguration - Swift Senpai
Learn how to easily create a custom cell with placeholder UI using UIHostingConfiguration & the "redacted(reason:)" view modifier.
iOS dev
https://www.kiloloco.com/articles/018-chaining-operations-with-swift-and-flatmap/
Kilo Loco
Chaining Operations in Swift with FlatMap | Kilo Loco
How to chain multiple operations together using Apple's Combine in Swift with AWS Amplify examples.
iOS dev
https://rambo.codes/posts/2022-10-25-sirispy-ios-bug-allowed-apps-to-eavesdrop
Rambo Codes
SiriSpy - iOS bug allowed apps to eavesdrop on your conversations with Siri | Rambo Codes
Gui Rambo writes about his coding and reverse engineering adventures.
iOS dev
https://www.swiftjectivec.com/SwiftUI-sheet-present-item-vs-toggle/
Swiftjective-C
Presenting Sheets: Item, or a Boolean Binding?
When presenting sheets in SwiftUI that depend on a local variable, there are two ways to do it. Turns out, one of them is quite wrong.
iOS dev
https://www.avanderlee.com/optimization/refactoring-swift-best-practices/
SwiftLee
Refactoring Swift: Best Practices to succeed
Refactoring code is essential to maintain quality and readability. Using best practices you'll become better at succeeding a big code change.
iOS dev
CN
iOS dev
https://juejin.cn/post/7124658703088910350
juejin.cn
聊聊 iOS 中的像素对齐 - 掘金
在 iOS 中画出一像素的线,为什么有时画出来线很虚很糊,有的时候不会? 在 iOS 中画一个非整数宽高视图,系统会启动什么样的机制来应对? 我深究了一下,想同步给你。
iOS dev
https://mp.weixin.qq.com/s/q7jolU99K7FI9JvAxjwRwg
iOS dev
EN