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://forums.swift.org/t/a-possible-vision-for-macros-in-swift/60900/5
Swift Forums
A Possible Vision for Macros in Swift
Hey all, As Swift evolves, it gains new language features and capabilities. One of the ways in which it grows is via new syntactic sugar to eliminate common boilerplate, taking something that can be written out in long-form and making it more concise. Such…
iOS dev
https://swdevnotes.com/swift/2022/visualise-the-matthew-effect-with-swift-charts/
Swdevnotes
Visualise the Matthew Effect with Swift Charts
How to visualise the Matthew Effect with Swift Charts
iOS dev
https://swdevnotes.com/swift/2022/display-top-section-of-bar-charts-with-swift-charts/
Swdevnotes
Display top section of Bar Charts with Swift Charts
How to display top section of Bar Charts with Swift Charts
iOS dev
https://useyourloaf.com/blog/swiftui-multi-line-text-fields/
Use Your Loaf - iOS Development News & Tips
SwiftUI Multi-line Text Fields
In iOS 16, SwiftUI text fields can grow beyond a single line and scroll vertically when needed.
iOS dev
https://blog.devgenius.io/design-a-nice-horizontal-sliding-presentation-for-ios-using-swift-5-79706e27a087
Medium
Design a Nice Horizontal Sliding Presentation for iOS using Swift 5
Animating views size and position during scrolling — Part 3a
iOS dev
https://betterprogramming.pub/swiftui-architecture-a-complete-guide-to-mv-pattern-approach-5f411eaaaf9e
Medium
SwiftUI Architecture — A Complete Guide to MV Pattern Approach
Instead of fighting the framework, try to embrace it
iOS dev
https://betterprogramming.pub/how-to-change-any-setting-in-control-centre-during-a-ui-test-ea6377a31fd6
iOS dev
https://holyswift.app/three-ways-to-refactor-massive-swiftui-views/
Holy Swift
Three Ways to Refactor Massive SwiftUI Views - Holy Swift
Read this to learn Three Ways to Refactor Massive SwiftUI Views. Avoid massive views to have a higher maintainability and reuse of your code!
iOS dev
https://wojciechkulik.pl/ios/swift-concurrency-things-they-dont-tell-you
Wojciech Kulik
Swift Concurrency - Things They Don't Tell You
Swift Concurrency encourages people to just jump in, add async-await to an existing code, and run some Tasks not really knowing what is going on under the hood. Unfortunately, there are many traps around concurrency and no... the compiler doesn't check everything.
iOS dev
https://sarunw.com/posts/swiftui-scaledmetric/
Sarunw
How to scale margin and padding with @ScaledMetric Property Wrapper | Sarunw
Dynamic Type automatically scales a font size according to Accessibility settings. In iOS 14, we also have a way to scale numeric values like padding and margin.
iOS dev
https://swiftrocks.com/my-experience-with-swiftui
Swiftrocks
Thoughts on SwiftUI vs UIKit
I had played with SwiftUI before, but it wasn't until now that I had built a complete app with it. Here's my experience!
iOS dev
generics.pdf
767.9 KB
https://github.com/apple/swift/tree/main/docs/Generics
This is a book about the implementation of generic programming in Swift.
iOS dev
CN
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