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/7206143969121943589
juejin.cn
iOS底层之类的cache分析 - 掘金
序言 在前面文章类的结构中,我们分析了bits的结构,isa以及superclass是为指针类型,还剩下一个cache没有分析,cache顾名思义就是缓存相关的,今天就来看一下cache是怎么个原理。
iOS dev
https://mp.weixin.qq.com/s/VXB4WqdN5ryc2TU7haxh_A
iOS dev
EN
iOS dev
(
⚠️
)
https://www.swift.org/blog/swift-certificates-and-asn1/
Swift.org
Introducing Swift Certificates and Swift ASN.1
I’m excited to announce two new open source Swift packages: swift-certificates and swift-asn1. Together, these libraries provide developers a faster and safer implementation of X.509 certificates, a critical technology that powers the security of TLS.
iOS dev
https://forums.swift.org/t/swift-5-9-release-process/63557
Swift Forums
Swift 5.9 Release Process
Swift 5.9 Release Process This post describes the release process, and estimated schedule for Swift 5.9. Snapshots of Swift 5.9 Downloadable snapshots of the Swift 5.9 release branch will be posted regularly as part of continuous integration testing. As…
iOS dev
https://www.hackingwithswift.com/articles/256/whats-new-in-swift-5-8
Hacking with Swift
What's new in Swift 5.8
Back-deployable APIs, more implicit self upgrades, improved result builders, and more!
iOS dev
https://augmentedcode.io/2023/03/06/taskgroup-error-handling-in-swift/
Augmented Code
TaskGroup error handling in Swift
Task groups in Swift are used for running n-number of child tasks and letting it handle things like cancellation or different priorities. Task groups are created with either withThrowingTaskGroup(o…
iOS dev
https://www.polpiella.dev/how-to-make-an-interactive-picker-for-a-swift-command-line-tool
www.polpiella.dev
How to make an interactive picker for a Swift command-line tool
Learn how to make use of ANSI escape sequences to make delightful interactive pickers for your Swift command-line tools.
iOS dev
https://engineering.mercari.com/en/blog/entry/20221215-16cdd59909/
Mercari
Fast and reliable iOS builds with Bazel at Mercari
This article is a translation of the Japanese article published on December 19th, 2022.My name is Ryo Aoyama. I have bee
iOS dev
https://nandz.medium.com/jump-swiftui-coordinator-2a1aed68e67
Medium
Jump
🐒
SwiftUI Coordinator with Router
A simple way to coordinate flows in an App
iOS dev
https://medium.com/devtechie/animatable-properties-in-swiftui-4b9f5b67acb1
Medium
Animatable Properties in SwiftUI
SwiftUI views can be animated by modifying just a few properties and animations in SwiftUI are interactive in nature.
iOS dev
https://alexanderweiss.dev/blog/2023-03-05-swiftui-task-modifier
alexanderweiss.dev
SwiftUI's .task modifier
While developing any kind of SwiftUI application it is often necessary to run some data loading when the view actually appears on the screen. In the past week, I implemented this kind of behaviour into applications at work and also on private project...
iOS dev
https://www.cephalopod.studio/blog/a-casual-yet-thorough-amp-hands-on-explanation-of-neural-networks-with-swift-swiftui-and-charts
🐙
Cephalopod Studio
Neural Networks from Scratch: A Gentle-Yet-Thorough Explanation with Swift, SwiftUI & Charts (+ a Surprise at the End) —
🐙
Cephalopod…
Let’s take a moment to slow down from bullet train speed of neural nets in Stable Diffusion, Midjourney, and Dalle-2 churning out art, and the neural nets from the ChatGPT Bing-ularity. My day job is in fact Fusion Energy Machine Learning Tech Lead. (I have…
iOS dev
https://useyourloaf.com/blog/swiftui-tables-quick-guide/
Use Your Loaf - iOS Development News & Tips
SwiftUI Tables Quick Guide
SwiftUI tables are available on iOS 16. Here's a quick guide.
iOS dev
https://alejandromp.com/blog/non-nominal-types-workaround-for-domain-modeling/
Alejandro M. P.
Non-nominal types workaround for domain modeling | Alejandro M. P.
One of the many things I love about working with The Composable Architecture is how it encourages the developer to focus on domain modeling. I think that properly designing the models or entities of a domain is one of the biggest contributors into good code…
iOS dev
https://matteomanferdini.com/swift-urlsession/
Matteo Manferdini
URLSession in Swift: The Essential Guide [with Examples]
When you need to download or upload data in iOS apps, use the `URLSession` class to group, pause, resume and cancel network transfers.
iOS dev
https://www.avanderlee.com/swift/equatable-comparible-conformance/
SwiftLee
Equatable conformance in Swift explained with code examples
Compare objects, classes, enums, and structs using the binary (==) operator after implementing the Equatable protocol.
iOS dev
https://holyswift.app/how-to-change-the-background-color-of-navigation-bars-in-all-ios-versions/
Holy Swift
How to Change the Background Color of Navigation Bars in all iOS versions? - Holy Swift
Learn how to change the navigation bar background color in SwiftUI for all iOS versions, from using UIKit to the new iOS 16 navigation stack.
iOS dev
http://azamsharp.com/2023/02/28/building-large-scale-apps-swiftui.html
AzamSharp
Building Large Scale Apps Swiftui
Blog about iOS development and musings on technology
iOS dev
https://swiftsenpai.com/development/widget-tap-gestures/
Swift Senpai
How to Handle Tap Gestures on Widgets? - Swift Senpai
Learn how to handle tap gestures on widgets to create more interactive user experiences based on the widget's configuration.