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://movingparts.io/gradient-meshes
Moving Parts
Gradient Meshes in SceneKit
How to build two-dimensional gradient meshes with SceneKit.
iOS dev
https://developer.mongodb.com/how-to/realm-migrate-from-core-data-swiftui/
Mongodb
Migrating a SwiftUI iOS App from Core Data to Realm | MongoDB
A guide to porting a SwiftUI iOS app from Core Data to MongoDB.
iOS dev
https://swiftrocks.com/how-necessary-are-the-programming-fundamentals.html
Swiftrocks
How necessary are the programming fundamentals?
I feel like there's a lot of misinformation around this topic and I've been hoping I could address that in a way that could be convincing even for those who can't stand hearing the word
iOS dev
https://dev.to/vibrazy/simpler-way-to-deal-with-hardcoded-viewmodifers-values-in-swiftui-e6m
DEV Community
Simpler way to deal with hardcoded ViewModifers values in SwiftUI
How often do you you have to deal with 2 values based on a condition in your SwiftUI views? .back...
iOS dev
https://blog.kulman.sk/parallel-ui-test-runs/
blog.kulman.sk
Allowing parallel iOS UI tests runs in CI
If you have your CI machine set up to run multiple jobs in parallel you might have encountered a problem. You cannot run multiple iOS UI tests in the same simulator at the same time. They will fail.
The problem
Imagine this scenario. You have one CI machine…
iOS dev
https://betterprogramming.pub/swiftui-core-ml-arkit-create-an-object-detection-ios-app-2c74fc57d984
Medium
SwiftUI + Core ML + ARKit — Create an Object Detection iOS App
Use the power of machine learning and augmented reality to detect objects around you
iOS dev
https://obscuredpixels.com/wrapping-dependencies-in-swiftui
Obscured Pixels
Wrapping Dependencies in SwiftUI
Dependency injection (DI) is a requirement when it comes to putting together a modular and maintainable code base. But similar to other concepts, DI can end up being a challenge when managing dependencies for larger projects often resulting in massiv...
iOS dev
https://useyourloaf.com/blog/core-data-in-memory-store/
Use Your Loaf - iOS Development News & Tips
Core Data In Memory Store
Use an in-memory Core Data store to speed up your tests and SwiftUI previews.
iOS dev
https://www.andyibanez.com/posts/quick-tip-notifying-users-app-updates-for-free/
Andy Ibanez - iOS Developer
Quick Tip: Notifying Users of App Updates - For Free
Learn how to keep more of your users updated with free hosting and app version checking.
iOS dev
https://www.swiftbysundell.com/tips/rendering-a-swiftui-view-in-a-playground/
Swift by Sundell
Three ways to render a SwiftUI view in a playground | Swift by Sundell
Great options for when we don’t want to create a whole new Xcode project just to try out a quick UI idea.
iOS dev
https://www.swiftbysundell.com/articles/avoiding-swiftui-value-recomputation/
Swift by Sundell
Avoiding having to recompute values within SwiftUI views | Swift by Sundell
When using multiple computed properties within SwiftUI views could become problematic, and various approaches to fix those kinds of problems.
iOS dev
https://www.screensizes.app/
www.screensizes.app
Screen Sizes
A complete guide for Apple displays
iOS dev
https://www.hackingwithswift.com/articles/233/whats-new-in-swift-5-5
Hacking with Swift
What's new in Swift 5.5?
Async/await, actors, throwing properties, and more!
iOS dev
https://beckyhansmeyer.com/2021/05/22/adding-a-gradient-to-your-large-title-text-in-swiftui-or-uikit
Beckyhansmeyer
Adding a Gradient to Large Title Text in SwiftUI or UIKit | Becky Hansmeyer
A blog about Apple and indie iOS development using Swift and SwiftUI.
iOS dev
https://khalidasad93.medium.com/how-to-scan-a-credit-card-using-apple-vision-and-visionkit-natively-in-ios-swift-with-swiftui-and-247fa0863141
Medium
How to scan a credit card using Apple Vision and VisionKit natively in iOS Swift with SwiftUI and UIKit
After Apple released their Vision and VisionKit APIs in iOS 13 and above, it gave developers a huge amount of developmental ideas and ease…
iOS dev
https://www.fivestars.blog/articles/swiftui-patterns-closures/
FIVE STARS
SwiftUI patterns: view closures | FIVE STARS
A tour into how SwiftUI has replaced UIKit's Target-Action design pattern
iOS dev
https://theswiftdev.com/introduction-to-asyncawait-in-swift/
Theswiftdev
Introduction to async/await in Swift - The.Swift.Dev.
Beginners guide to the new async/await API's in Swift 5.5. Interacting with sync code, structured concurrency, async let.
iOS dev
https://holyswift.app/how-to-change-tab-bar-item-font-when-selected-in-swift
Holy Swift
How to change Tab Bar Item font when selected in Swift - Holy Swift
This is a iOS tutorial on how to change Tab Bar Item font when selected in Swift using UIKit. Learn this user interface feature now!
iOS dev
https://nemecek.be/blog/104/checking-if-device-is-locked-or-sleeping-in-ios
nemecek.be
Checking if device is locked (or sleeping) in iOS
This is easier in the main app, but there is a way to do this in the extension as well.
iOS dev
https://drobinin.com/talks/2020/big-o-notation-of-your-app/
Drobinin
Big O Notation of your app by Vadim Drobinin
Modern devices are way more powerful for users to notice a difference between bubble sort and merge sort. Or not? Should everyone know how to implement Ukkonen's algorithm if they develop a weather app? What's the "Big O" of your average app and how to determine…