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://remotion.com/blog/improving-code-reviews-with-xcode-cloud
multi.app
Multi Blog – Improving code reviews with Xcode Cloud
At Remotion we aim to release fast as part of our strategy to maintain quality. But quality and speed are normally thought of as two ends of a spectrum, so how do we do that exactly? What does our process look like that lets us both release fast and maintain…
iOS dev
https://alexanderweiss.dev/blog/2023-04-23-double-protocol-conformance
alexanderweiss.dev
Double Protocol Conformance
Sometimes fixing issues in your codebase can have side effects you never thought of. You assume everything that could go wrong was considered but then once merged, weird things happen. I exactly had this last week. I was fixing a bug about double pro...
iOS dev
https://www.swiftwithvincent.com/blog/discover-how-main-actor-works-in-swift
Swift with Vincent
Discover how @MainActor works — Swift with Vincent
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article
🍿
iOS dev
https://www.fline.dev/preparing-for-swift-6/
FlineDev
Preparing My App for Swift 6
How to enable Swift 6 mode for your Xcode projects and for your SwiftPM modules today. And what the migration experience is like.
iOS dev
https://medium.com/@paulwall_21/the-some-keyword-in-swift-5e38271d646e
Medium
The “some” keyword in Swift
If you have started writing your UI Code in SwiftUI, you surely have noticed the “some” keyword in the body variable of a View:
iOS dev
https://medium.com/@vipularvind/metrickit-a-boon-for-ios-framework-developers-to-get-crash-logs-18137117ed0c
Medium
MetricKit: A boon for iOS framework developers to get Crash Logs
Here are the main points that will be covered in this article…
iOS dev
https://thisdevbrain.com/apple-hello-animation/
This Dev Brain
Apple's Hello animation
I recreated Apple's "hello" animation using SwiftUI.
iOS dev
https://medium.com/geekculture/cryptography-in-ios-applications-techniques-and-code-examples-cc1572e50604
Medium
Cryptography in iOS Applications: Techniques and Code Examples
Cryptography plays a vital role in securing data and ensuring the privacy of users in the digital world. For iOS developers, understanding…
iOS dev
https://www.danijelavrzan.com/posts/2023/04/login-xcode-breakpoint/
Danijela's blog
Skip typing your login credentials manually with Xcode breakpoints | Danijela's blog
Typing your login credentials manually during development takes away your time and focus. If you make a lot of small changes and need to check them often, that's a lot of time spent on the login screen. Set up a breakpoint in Xcode instead and speed up your…
iOS dev
https://www.emergetools.com/blog/posts/ettrace-reliable-ios-profiling-with-flamecharts
Emergetools
Emerge Tools Blog | ETTrace: Reliable iOS Profiling With Flame Charts
Remember this open source profiler the next time Instruments crashes.
iOS dev
https://swdevnotes.com/swift/2023/convert-color-from-rgb-to-hsb-in-swift/
Swdevnotes
Convert color from RGB to HSB in Swift
How to convert color from RGB to HSB in Swift
iOS dev
https://quickbirdstudios.com/blog/restricted-textfield-swiftui/
QuickBird Studios
Restricted TextFields In SwiftUI - A Reusable Implementation
SwiftUI may lack built-in restricted textfield functionality, but our in-depth guide is here to fill the gap! This guide helps you to implement reusable restricted input fields in SwiftUI.
iOS dev
https://www.avanderlee.com/swiftui/deeplink-url-handling/
SwiftLee
Deeplink URL handling in SwiftUI
Deeplinks allow you to link to any page in your app externally or inside. If intelligent, you can use them to increase productivity.
iOS dev
https://www.avanderlee.com/swift/optimizing-network-reachability/
SwiftLee
Optimizing your app for Network Reachability
Optimize your app for Networking Connectivity and prevent common mistakes like pre-checking for reachability.
iOS dev
https://martiancraft.com/blog/2023/04/nearby-interactions-part-one/
Martiancraft
Apple Nearby Interactions and the U1 Chip - Part 1
Learn about how MartianCraft used Apple’s Ultra-Wideband (UWB) solution with the Nearby Interaction framework and Apple U1 chip-enabled devices, including AirTags, to provide precise spatial awareness for different objects, and how UWB integrates with third…
iOS dev
https://serialcoder.dev/picking-photos-with-the-photospicker-view-in-swiftui/
iOS dev
https://swiftsenpai.com/development/uihostingconfiguration-subview/
Swift Senpai
How to Use UIHostingConfiguration to Integrate SwiftUI Views into UIKit Apps - Swift Senpai
Avoid the hassle of setting up UIHostingController and use UIHostingConfiguration to show a simple SwiftUI view as a subview in UIKit apps.
iOS dev
https://betterprogramming.pub/async-await-and-mainactor-strategies-cc35b6c58b52
Medium
Async/Await and MainActor Strategies
Deciding where and how to update the main thread.
iOS dev
https://www.donnywals.com/tips-and-tricks-for-exploring-a-new-codebase/
Donny Wals
Tips and tricks for exploring a new codebase – Donny Wals
As a developer, joining a new project or company is often a daunting and scary task. You have to get aquatinted with not just a whole new team of people, but you also have to familiarize yourself with…
iOS dev
https://holyswift.app/how-to-programatically-add-app-icon-badge-in-swiftui/
Holy Swift
How to Programmatically Add App Icon Badge in SwiftUI? - Holy Swift
Discover how to programmatically create app icon badges in SwiftUI, handle permissions, and alternative approaches.