iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
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://betterprogramming.pub/migrating-from-swiftui-2-0-to-swiftui-3-0-d9eec418a251
Medium
Migrating from SwiftUI 2.0 to SwiftUI 3.0
Getting our app ready with the new iOS 15 SwiftUI features
iOS dev
https://www.fivestars.blog/articles/swiftui-patterns-view-builders/
FIVE STARS
SwiftUI patterns evolution: view builders | FIVE STARS
We're now at the third big SwiftUI iteration, let's see a new trend with view builders
iOS dev
https://tanaschita.com/20210701-async-await-in-swift
Tanaschita
Getting started with async/await in Swift
Learn the fundamentals of async/await, see how it compares to traditional callback-based methods, and walk through practical examples.
iOS dev
https://kristaps.me/blog/swiftui-gridview/
How to master grid layout in iOS with SwiftUI
Kristaps Grinbergs - Blockchain, mobile and fullstack developer. Startup founder. Conference speaker. Mentor. Passionate about building products, sustainability and Web 3.0
Kristaps Grinbergs
iOS dev
https://www.donnywals.com/presenting-a-bottom-sheet-in-uikit-with-uisheetpresentationcontroller/
Donny Wals
Presenting a bottom sheet in UIKit with UISheetPresentationController – Donny Wals
We’ve seen bottom sheets in Apple’s apps for a while now, and plenty of apps have followed this pattern. If you’re not sure what I mean, it’s the kind of sheet that takes up just a part of the screen…
iOS dev
https://www.donnywals.com/using-uisheetpresentationcontroller-in-swiftui/
Donny Wals
Using UISheetPresentationController in SwiftUI 3 – Donny Wals
With iOS 15, Apple introduced the ability to easily implement a bottom sheet with UISheetPresentationController in UIKit. Unfortunately, Apple didn't extend this functionality to SwiftUI just yet (I'
iOS dev
https://blog.devgenius.io/swift-7-powerful-animations-to-improve-your-app-ui-711626be485f
Medium
Swift — 7 Powerful Animations To Improve Your App UI
Some examples to make your app gorgeous in few minutes
iOS dev
https://blog.apptekstudios.com/2020/06/scaledmetric-on-ios-13/
iOS dev
https://www.avanderlee.com/swift/actors/
SwiftLee
Actors in Swift: how to use and prevent data races
Actors in Swift prevent Data Races by synchronizing access. Combined with nonisolated access you can prevent crashes in your apps.
iOS dev
https://holyswift.app/solving-eight-puzzle-with-a-algorithm-in-swift
Holy Swift
Solving Eight Puzzle with A* Algorithm in Swift - Holy Swift
This article solves the Eight puzzle with A* Algorithm in Swift. Come and learn how to use this graph algorithm in your code!
iOS dev
https://www.swiftbysundell.com/articles/dismissing-swiftui-modal-and-detail-views/
Swift by Sundell
Dismissing a SwiftUI modal or detail view | Swift by Sundell
Three different ways to dismiss a SwiftUI view that was presented from another view, including a new API that’s being introduced in iOS 15.
iOS dev
https://www.youtube.com/playlist?list=PLfCiO1zYKkAQ8jelBHLYqNd98dWoB7850
YouTube
Swift Heroes 2021 - YouTube
iOS dev
https://medium.com/airbnb-engineering/a-deep-dive-into-airbnbs-server-driven-ui-system-842244c5f5
Medium
A Deep Dive into Airbnb’s Server-Driven UI System
How Airbnb ships features faster across web, iOS, and Android using a server-driven UI system named Ghost Platform
👻
.
iOS dev
https://qualitycoding.org/wwdc21-unit-testing
Quality Coding
WWDC21: What’s New in Unit Testing for Xcode 12.5 | Quality Coding
What's new this year for unit testing from WWDC21? Here's what we can use now in Xcode 12.5. (Xcode 13's async tests must wait for now.)
iOS dev
https://rudrank.blog/protocols-in-gradient-game
rudrank.blog
Protocols in Gradient and Chroma Game – Rudrank's Blog
Refactoring the code of my apps
iOS dev
https://www.jessesquires.com/blog/2021/07/08/diffable-data-source-behavior-changes-and-reconfiguring-cells-in-ios-15/
Jesse Squires
Diffable data source behavior changes and reconfiguring cells in iOS 15
This year at WWDC, some significant improvements and changes were announced for UICollectionView and UITableView. You can watch 10252: Make blazing fast list...
iOS dev
https://www.jessesquires.com/blog/2021/07/11/debugging-diffabledatasource-cellproviders/
Jesse Squires
Debugging a DiffableDataSource CellProvider
I was recently working on a project that uses modern collection views on iOS — that is, using diffable data sources, snapshots, and cell providers. I hooked ...
iOS dev
https://medium.com/zendesk-engineering/ui-testing-ios-apps-with-the-robot-pattern-dd839b59fed1
Medium
UI Testing iOS Apps with the Robot Pattern
In his book Succeeding with Agile, Mike Cohn defined the concept of a test pyramid. Mike presented a visual metaphor depicting a pyramid of…
iOS dev
https://swiftsenpai.com/swift/5-complex-algorithms-simplified/
Swift Senpai
5 Complex Algorithms Simplified Using Swift's Higher-Order Functions - Swift Senpai
5 practical example of using Swift's higher order function to reduce code complexity when dealing with complex algorithms.
iOS dev
https://johnpatrickmorgan.github.io/2021/07/03/NStack/
johnpatrickmorgan
Improving SwiftUI Navigation for the Coordinator Pattern
In this post, we’ll explore how to manage SwiftUI navigation state with a single array. This will make it much simpler to hoist that state into a high-level view, and reap the benefits of the coordina