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://kean.blog/post/new-api-client
kean.blog
Web API Client in Swift
Building a modern web API client using Async/Await
iOS dev
https://swiftwithmajid.com/2021/11/25/mastering-progressview-in-swiftui/
Swift with Majid
Mastering ProgressView in SwiftUI
Many of our apps do heavy work on background threads like networking or data processing. We usually want to display progress or the activity indicator of the ongoing work. This week we will learn how to use ProgressView to present both indeterminate and determinate…
iOS dev
https://peterfriese.dev/swiftui-confirmation-dialogs/
iOS dev
https://indiestack.com/2021/11/xcodes-environmental-pollution/
Indie Stack
Xcode’s Environmental Pollution
For a while now my build server has been issuing a large number of mysterious but important sounding warnings along these lines:warning: include location '/usr/local/include' is unsafe for cross-compilation [-Wpoison-system-directories]I'm allergic to warnings…
iOS dev
https://theswiftdev.com/building-tree-data-structures-in-swift/
Theswiftdev
Building tree data structures in Swift - The.Swift.Dev.
This tutorial is about showing the pros and cons of various Swift tree data structures using structs, enums and classes.
iOS dev
https://sarunw.com/posts/what-do-main-uiapplicationmain-nsapplicationmain-mean/
Sarunw
What do @main, @UIApplicationMain, and @NSApplicationMain mean | Sarunw
When you start a new project, you would see either of these attributes in an AppDelegate file. Let's find out its functionality.
iOS dev
https://betterprogramming.pub/how-to-convert-your-ios-network-layer-to-work-with-combine-or-async-await-869364313bd3
iOS dev
https://prograils.com/deep-links-vs-universal-links-ios
Prograils.com
Deep Links vs. Universal Links in IOS - What Are The Differences? | Prograils
What are deep links? How do they differ from universal links? How to handle them both in iOS applications written in Swift language? Read our tutorial!
iOS dev
https://www.avanderlee.com/optimization/non-fatal-errors-vs-fatal-crashes/
SwiftLee
Non-fatal errors vs fatal crashes: The differences explained
Non-fatal errors and crashes have a close relationship, but have different results for your user. You should take them both seriously.
iOS dev
https://cornerbit.tech/speech-recognition-using-the-speech-framework/
iOS dev
https://holyswift.app/using-autoclosure-to-delay-expensive-function-in-swift
Holy Swift
Autoclosure in Swift - Holy Swift
This is the tutorial guide about Autoclosure in Swift. Learn everything about autoclosure and how your code can be better with this.
iOS dev
https://www.swiftbysundell.com/articles/swift-actors/
Swift by Sundell
Swift actors: How do they work, and what kinds of problems do they solve? | Swift by Sundell
Let’s explore Swift’s version of actors, and what kind of problems that we could solve by defining custom actor types within our code bases.
iOS dev
https://www.objc.io/blog/2021/11/25/transactions-and-animations/
www.objc.io
Transactions and Animations
Demystifying SwiftUI's Animations
iOS dev
https://www.gfrigerio.com/test-asynchronous-code/
Test asynchronous code
iOS dev
https://sourcediving.com/solving-mysterious-logout-issues-on-ios-15-8b818c089466
Medium
Solving Mysterious Logout Issues on iOS 15
Learn how we discovered, debugged and fixed a mysterious bug introduced in iOS 15 that caused our users to be logged out mistakenly
iOS dev
https://swiftwithmajid.com/2021/12/03/customizing-view-content-shape-in-swiftui/
Swift with Majid
Customizing view content shape in SwiftUI
Usually, SwiftUI uses rectangles to render views, but we can control the shape of the view by using the clipShape view modifier. This week we will learn how to modify the interactable shape of the view during hit-testing or previewing drag and drop by using…
iOS dev
https://alejandromp.com/blog/observe-actions-in-the-composable-architecture/
Alexito's World
Observe actions in The Composable Architecture | Alexito's World
One of the beautiful things about Pointfree's Composable Architecture is how you can start using it on a smaller part of your app. It makes it very easy to improve...
iOS dev
https://sarunw.com/posts/how-to-disable-dark-mode-in-ios/
Sarunw
How to disable dark mode in iOS | Sarunw
If you are not ready to make your app support dark mode, you can opt-out of that. You can do disable it for an entire app or partially. Learn different ways to disable dark mode in iOS.
iOS dev
https://sarunw.com/posts/how-to-decode-enums-ignoring-case-in-swift-codable/
Sarunw
How to decode enums ignoring case in Swift Codable | Sarunw
Learn how to make a case insensitive enum.
iOS dev
https://useyourloaf.com/blog/editing-multiple-constraints/
Use Your Loaf
Editing Multiple Constraints
A quick tip that can save you some pain when editing multiple constraints in Interface Builder.