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://www.swiftbysundell.com/articles/making-swiftui-views-refreshable/
Swift by Sundell
Making SwiftUI views refreshable | Swift by Sundell
A look at how SwiftUI’s new refreshable modifier can be used to either add pull-to-refresh to a list, or to build completely custom reloading UIs and logic.
iOS dev
https://www.swiftbysundell.com/articles/calling-async-functions-within-a-combine-pipeline/
Swift by Sundell
Calling async functions within a Combine pipeline | Swift by Sundell
Let’s explore how we can make it possible to call async/await-powered APIs within a Combine pipeline.
iOS dev
https://www.swiftbysundell.com/tips/optional-swiftui-views/
Swift by Sundell
Optional SwiftUI views | Swift by Sundell
Various ways of conditionally creating SwiftUI views that depend on optional values.
iOS dev
https://swiftui-lab.com/swiftui-animations-part4/
iOS dev
https://holyswift.app/timers-flavors-in-swift
Holy Swift
Timer Types in Swift - Holy Swift
This is a tutorial guide on all Timer Types in Swift. Learn how to use timers in Combine and Foundation frameworks in Swift.
iOS dev
https://oleb.net/2021/async-program-launch-sequence/
oleb.net
How Swift runs an async executable – Ole Begemann
Who creates the task for your async <code>main</code> method to run in, and how.
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!