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://www.hackingwithswift.com/articles/250/whats-new-in-swiftui-for-ios-16
Hacking with Swift
What’s new in SwiftUI for iOS 16
Bottom sheets, fixed grids, and a wholly new way to handle navigation
iOS dev
https://medium.com/huawei-developers/tips-for-implementing-universal-links-into-your-ios-apps-531dfd8b7164
Medium
Tips for Implementing Universal Links into Your iOS Apps
Hello everyone
👋
, in this article, we’ll look at how to implement universal links in iOS applications.
iOS dev
https://www.donnywals.com/whats-the-difference-between-any-and-some-in-swift-5-7/
Donny Wals
What’s the difference between any and some in Swift?
Any and some are both keywords that can be applied to existential types. Learn about their differences and similarities in this post.
iOS dev
https://www.donnywals.com/what-are-primary-associated-types-in-swift-5-7/
Donny Wals
What are primary associated types in Swift 5.7? – Donny Wals
Learn everything you need to know about primary associated types in Swift 5.7. We’ll cover the problems they solve and how they can be used.
iOS dev
https://www.swiftbysundell.com/articles/rendering-swiftui-views-within-uitableview-or-uicollectionview/
Swift by Sundell
Rendering SwiftUI views within UITableView or UICollectionView cells on iOS 16 | Swift by Sundell
Exploring how iOS 16’s new UIHostingConfiguration API enables us to inline SwiftUI views within our UITableView or UICollectionView cells.
iOS dev
https://www.swiftbysundell.com/articles/referencing-generic-protocols-with-some-and-any-keywords/
Swift by Sundell
Using the ‘some’ and ‘any’ keywords to reference generic protocols in Swift 5.7 | Swift by Sundell
How Swift 5.7 makes generic protocols more powerful and easier to work with, thanks to the ‘some’ and ‘any’ keywords.
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/b_q6R64xkq8Rl9EiIde4MA
Weixin Official Accounts Platform
从响应式编程到 Combine 实践
iOS dev
https://mp.weixin.qq.com/s/HLWu24LrfqSfbhd9x6Q_ag
Weixin Official Accounts Platform
Swift 中的幻象类型
模糊的数据可以说是一般应用程序中最常见的错误和问题的来源之一。虽然 Swift 通过其强大的类型系统和完善的编译器帮助我们避免了许多含糊不清的来源——但只要我们无法在编译时保证某个数据总是符合我们的要求
iOS dev
https://mp.weixin.qq.com/s/fcS6aiddSjeQSfjMY-8Oow
Weixin Official Accounts Platform
探秘AutoreleasePool实现原理
本文字数:10673字预计阅读时间:27分钟使用使用场景在ARC下,AutoreleasePool主要应
iOS dev
https://mp.weixin.qq.com/s/4TwfyhWHVjm3Dv-Vz7MYvg
Weixin Official Accounts Platform
ViewBuilder 研究(上)—— 掌握 Result builders
我将通过上下两篇博文,对构建 SwiftUI 视图的 ViewBuilder 进行探讨。本篇将首先介绍 ViewBuilder 背后的实现者 —— result builders
iOS dev
RU
iOS dev
https://habr.com/ru/company/hh/blog/671560/
Хабр
MVI в iOS-приложении
Вот бывает: пишешь код, пишешь, а в итоге получаешь настолько большой модуль, что полностью теряешь над ним контроль. И всё это добро изменяется со страшным скрипом, расширяется медленно и совсем не...
iOS dev
https://habr.com/ru/company/surfstudio/blog/671862/
Хабр
Выход из ада зависимостей: взгляд iOS-разработчика
Программисты постоянно создают утилиты и готовые решения, которые помогают ускорить разработку. Но важно использовать эти инструменты правильно. Как не попасть в ад из внешних зависимостей? Как...
iOS dev
https://soundcloud.com/podlodka/podlodka-ep-272
SoundCloud
Podlodka #272 – Мобильные архитектуры
Заходят как-то продакт Котлина, автор книги VIPER, любитель Java, developer advocate, iOS Тимлид команды ecomm «ВКонтакте» в бар и… НАЧИНАЮТ СПОРИТЬ ПРО МОБИЛЬНЫЕ АРХИТЕКТУРЫ
🤡
Мы, конечно, давно уж
iOS dev
EN
iOS dev
https://www.swift.org/blog/language-workgroup/
Swift.org
Announcing the Language Workgroup
The Swift community has accomplished a great deal together, with hundreds of changes to Swift through the Swift Evolution process and significant advances to the language and tooling since Swift became an open-source project. In recent years, there has been…
iOS dev
https://blog.eidinger.info/xcode-integration-of-swift-package-plugins-in-xcode-14
Swifty Tech by Marco Eidinger
Xcode integration of Swift Package Plugins in Xcode 14
Learn how Swift package plugins can be used on Xcode projects when using Xcode 14 and what kind of adoption is required by package authors
iOS dev
https://nilcoalescing.com/blog/RequestingAppStoreReviewsInSwiftUI/
Nil Coalescing
Requesting App Store reviews in SwiftUI
Starting from iOS 16 and macOS 13 we have a SwiftUI API to request App Store reviews. We can read requestReview property from the environment and call it as a function at the appropriate time.
iOS dev
https://talk.objc.io/episodes/S01E308-the-layout-protocol
talk.objc.io
The Layout Protocol
We take a first look at SwiftUI's new Layout protocol and integrate the flow layout we previously built.