iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.04K
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.8K subscribers
iOS dev
https://www.swift.org/blog/sswg-server-guides/
Swift.org
Server Guides Now on Swift.org
The Swift Server Workgroup has maintained a set of open source guides for Swift on Server development for a number of years. Now that swift.org is open source, we’ve moved the guides to this site.
iOS dev
https://blog.timac.org/2022/0818-state-of-appkit-catalyst-swiftui-mac/
blog.timac.org
Apple’s use of AppKit, Mac Catalyst and SwiftUI in macOS
iOS dev
https://www.alwaysrightinstitute.com/lighter/
Alwaysrightinstitute
The Lighter Swift Codegen for SQLite3
Lighter
is a set of technologies applying code generation to access
SQLite3 databases from
Swift, e.g. in iOS applications or on the server.
Like SwiftGen but for SQLite3.
iOS dev
https://medium.com/mobile-app-development-publication/mobile-app-refactoring-initiative-by-slack-fedc4c4a6026
Medium
Mobile App Refactoring Initiative by Slack
A summary of how Slack stabilized, modularized, and modernized its mobile application code base
iOS dev
https://hacknicity.medium.com/view-controller-presentation-changes-in-ios-and-ipados-16-474c82c9ed2e
Medium
View Controller Presentation Changes in iOS and iPadOS 16
Introduction
iOS dev
https://medium.com/@mctok/testing-network-layer-in-swift-53e34b62f70c
Medium
Testing Network Layer in Swift
As I mentioned in my SOLID principles article, I have been trying to write testable readable code for about 1 year. I’m still working on…
iOS dev
https://www.marcosantadev.com/swift-arrays-holding-elements-weak-references/
Marcosantadev
Swift Arrays Holding Elements With Weak References
In iOS development there are moments where you ask yourself: “To weak, or not to weak, that is the question”. Let’s see how “to weak” with the arrays.
iOS dev
https://medium.com/@aversanamichele/exploiting-multiple-cores-using-concurrency-and-task-groups-in-swift-adfbc5b7fbcf
Medium
Exploiting Multiple Cores using Concurrency and Task Groups in Swift
Written by Simone Giordano & Michele Aversana
iOS dev
https://stevenpcurtis.medium.com/what-is-a-runloop-anyway-swift-and-ios-guide-aa574577331b
Medium
What is a RunLoop Anyway? Swift and iOS Guide
Threads are not all that there is to getting stuff done.
iOS dev
https://swiftwithmajid.com/2022/08/16/conditional-layouts-in-swiftui/
Swift with Majid
Conditional layouts in SwiftUI
From the first day of the SwiftUI framework, we have primary layout containers like VStack, HStack, and ZStack. The current iteration of the SwiftUI framework brings another layout container allowing us to place views in a grid. But the most important addition…
iOS dev
https://www.pointfree.co/episodes/ep201-reducer-protocol-the-problem
www.pointfree.co
Episode #201: Reducer Protocol: The Problem
The Composable Architecture was first released over two years ago, and the core ergonomics haven't changed much since then. It's time to change that: we are going to improve the ergonomics of nearly every facet of creating a feature with the library, and…
iOS dev
https://swiftsenpai.com/development/uihostingconfiguration-cell-interactions/
Swift Senpai
Handling Cell Interactions When Using UIHostingConfiguration in iOS 16 - Swift Senpai
Explore how to handle cell state changes and swipe actions when using UIHostingConfiguration to create custom cells with SwiftUI
iOS dev
https://www.avanderlee.com/xcode/storekit-testing-syncing-configuration-file/
SwiftLee
Faster StoreKit testing by syncing in-app purchase products
StoreKit testing in the Simulator allows you to speed up testing in-app purchases for your app. You can test in-app purchases in Xcode by generating a StoreKit configuration file containing the available products for your app. You’ll be able to purchase products…
iOS dev
https://www.swiftjectivec.com/async-let-swift-concurrency/
Swiftjective-C
Async Let
I've been late to Swift Conccurrency, but today I learned of a little trick I didn't know about. Here's what async let allows you to do.
iOS dev
https://holyswift.app/structs-classes-and-actors-in-ios-interviews/
Holy Swift
Structs, Classes, and Actors in iOS Interviews - Holy Swift
In this article we explore Structs, Classes, and Actors in iOS Interviews. How to answer common iOS and Swift type questions.
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/_bdY3hvd8VBEAfgxmMVf_A
Weixin Official Accounts Platform
以小窥大:IO 卡顿探寻苹果文件系统
苹果 APFS 的 bug。
iOS dev
https://mp.weixin.qq.com/s/KQJ5QXHdhwHRN65KdD45qA
Weixin Official Accounts Platform
不改一行业务代码,飞书 iOS 低端机启动优化实践
增加并发是否是启动优化的良策?本文将结合飞书 iOS 端启动优化,探索 QoS 对线程调度的影响。
iOS dev
https://mp.weixin.qq.com/s/7jUGbSmR87FkTRqsm20NFQ
Weixin Official Accounts Platform
响应式编程的复杂度和简化
什么是响应式编程,它是一种编程范式?还是一种设计模式?抑或是其他?响应式系统和响应式编程有什么关系?又比如,响应式编程它适用于什么场景?解决什么问题?
iOS dev
EN