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://holyswift.app/dragging-views-around-in-swift
Holy Swift
Dragging views around in Swift - Holy Swift
This is a tutorial guide example on how to dragging views around in Swift gesture. Come and learn this UIKit feature to drag your views.
iOS dev
https://www.apple.com/newsroom/2021/05/apple-previews-powerful-software-updates-designed-for-people-with-disabilities
Apple Newsroom
Apple previews powerful software updates designed for people with disabilities
Apple today announced powerful software features designed for people with mobility, vision, hearing, and cognitive disabilities.
iOS dev
https://machinelearning.apple.com/research/mobile-applications-accessible
Apple Machine Learning Research
Making Mobile Applications Accessible with Machine Learning
At Apple we use machine learning to teach our products to understand the world more as humans do. Of course, understanding the world better…
iOS dev
https://www.avanderlee.com/swift/fileprivate-private-differences-explained/
SwiftLee
Fileprivate vs private in Swift: The differences explained
Fileprivate and private clearly differ from each other. Read more about why you will probably use private a lot more than fileprivate.
iOS dev
https://holyswift.app/permanent-and-temporary-tabs-in-xcode
Holy Swift
Permanent and Temporary Tabs in Xcode - Holy Swift
This article is a tutorial and guide about Permanent and Temporary Tabs in Xcode. Learn this amazing Xcode Feature now!
iOS dev
https://swiftsenpai.com/development/uikit-keyboard-avoidance/
Swift Senpai
Automatic Keyboard Avoidance for UIKit - Swift Senpai
UIKit does not get automatic keyboard avoidance in iOS14, but the way to enable it is actually quite easy. Read this article to find out how.
iOS dev
https://www.fivestars.blog/articles/swiftui-introspect/
FIVE STARS
SwiftUI Introspect | FIVE STARS
A deep dive into one of the must-have libraries for any SwiftUI app!
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!