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://swiftwithmajid.com/2021/06/30/the-many-faces-of-button-in-swiftui/
Swift with Majid
The many faces of button in SwiftUI
Button is one of the crucial components of any app. We use buttons to provide actions in the user interface of the app. SwiftUI 3 released a bunch of new view modifiers that allow us to style buttons in different ways. New bordered and borderedProminent button…
iOS dev
https://peterfriese.dev/swiftui-concurrency-essentials-part1/
iOS dev
https://www.andyibanez.com/posts/structured-concurrency-in-swift-using-async-let/
Andy Ibanez - iOS Developer
Structured Concurrency in Swift: Using async let
Get started using structured concurrency in Swift using async let tasks.
iOS dev
https://www.jessesquires.com/blog/2021/07/01/is-swiftui-ready/
Jesse Squires
Is SwiftUI ready?
I’ve been following what’s going on with SwiftUI since it was released with iOS 13 at WWDC 2019 and have even taken extensive notes, but I have avoided using...
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...