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://holyswift.app/merge-sort-classic-algorithm-series-in-swift
Holy Swift
Merge Sort a Classic Algorithm Series in Swift - Holy Swift
Merge sort in Swift. How to create this sort algorithm in Swift and in iOS, learn how to use divide and conquer strategy in Swift.
iOS dev
https://pavanpowani.hashnode.dev/decorator-pattern-in-swift
iOS dev
https://pavanpowani.hashnode.dev/the-repository-pattern-in-swift
iOS dev
https://towardsdev.com/dispatchgroup-and-dispatchsemaphore-in-swift-74cb6785677c
Medium
DispatchGroup and DispatchSemaphore in Swift
During our development time, we must be facing some cases that need our task executed in a specific order, in the most common requirement…
iOS dev
https://medium.com/@Shubhransh-Gupta/xcode-smart-debugging-tips-ios-development-8e5abb7f442b
Medium
Xcode Smart Debugging Tips| iOS Development
Setting a breakpoint in Xcode is as easy as clicking on the line number that you want to pause the app execution on. An overview can be…
iOS dev
https://useyourloaf.com/blog/dismissing-swiftui-views/
Use Your Loaf
Dismissing SwiftUI Views
SwiftUI has a less clumsy mechanism for dismissing presented views in iOS 15.
iOS dev
https://medium.com/@gianlucaannina_34907/use-swift-actor-to-handle-apis-calls-e55953beff05
Medium
Use Swift Actor to handle APIs calls
In this tutorial we will explain what an actor is and how to use it to handle APIs calls.
iOS dev
https://www.pointfree.co/blog/posts/74-parser-printer-unification
www.pointfree.co
Parser-printer unification
A new release of swift-parsing brings printing capabilities to your parsers for transforming structured data back into unstructured data.
iOS dev
https://www.avanderlee.com/swiftui/disable-animations-transactions/
SwiftLee
Disable animations on a specific view in SwiftUI using transactions
Disable animations on a specific view in SwiftUI and find out how you can replace the deprecated animation(nil) modifier.
iOS dev
https://quickbirdstudios.com/blog/abstract-syntax-tree-kotlin-swift/
QuickBird Studios
The Abstract Syntax Tree - Kotlin vs. Swift
A deep dive into the abstract syntax tree and how it could help to make our apps language independent with a comparison of Kotlin and Swift
iOS dev
https://bendodson.com/weblog/2022/04/13/web-inspector-on-ios-devices-simulators/
Bendodson
Web Inspector on iOS devices and Simulators
How to debug HTML and JS in Safari iOS, SFSafariViewController, and WKWebView using Web Inspector on macOS.
iOS dev
https://crunchybagel.com/nspersistentcloudkitcontainer/
Crunchy Bagel
General Findings About NSPersistentCloudKitContainer
This article contains our findings when converting Streaks to use NSPersistentCloudKitContainer.
iOS dev
https://martinmitrevski.com/2022/04/14/swiftui-performance-tips/
martinmitrevski
SwiftUI performance tips
Optimizing performance is definitely one of the most interesting topics, not only on iOS, but software development in general. There are many thought provoking challenges, accompanied with a detect…
iOS dev
https://chrisdownie.net/software/2022/04/10/the-golden-rules-of-weak-self/
iOS dev
https://medium.com/leboncoin-engineering-blog/xcode-cloud-feedback-from-leboncoin-82991326faa0
Medium
Xcode Cloud: Feedback from leboncoin
By Pierre Abi-aad (Lead Engineer iOS)
iOS dev
https://www.raywenderlich.com/31056103-swiftui-and-structured-concurrency
kodeco.com
SwiftUI and Structured Concurrency
Learn how to manage concurrency into your SwiftUI iOS app.
iOS dev
https://medium.com/@rohit236c/ios-pull-down-menus-the-newer-way-of-interaction-a255ceb3a28e
Medium
iOS Pull Down Menu’s: The Newer way of interaction
As a new developer you always come across different components and learnings. In the last 1.5 years of my learning in swift (both as macOS…
iOS dev
https://pyartez.github.io/architecture/solid-principles-in-swift-liskov-substitution-principle.html
pyartez.github.io
SOLID Principles in Swift - Liskov Substitution Principle | Phil Yates — Mobile Engineer and Engineering Manager
Has been building software for over 17 years! Looking to share some of the knowledge picked up along the way.
iOS dev
https://betterprogramming.pub/swift-5-7-unwrapping-optionals-gets-improvement-be81c578e9fahttps://betterprogramming.pub/swift-5-7-unwrapping-optionals-gets-improvement-be81c578e9fa
Better Programming
Advice for programmers.
iOS dev
https://holyswift.app/remove-data-clump-to-decrease-developer-cognitive-load-in-swift
Holy Swift
Remove Data Clump in Swift - Holy Swift
A tutorial on how to Remove Data Clump to decrease developer cognitive load in Swift. Improve iOS app codebase with this architecture guide.