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://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.
iOS dev
https://holyswift.app/simplify-time-comparisons-in-swift-with-relativedatetimeformatter/
Holy Swift
Simplify Time Comparisons in Swift with RelativeDateTimeFormatter - Holy Swift
Learn about Swift's RelativeDateTimeFormatter and how it simplifies time comparisons. Dive into examples, customizations, and best practices.
iOS dev
https://www.swiftjectivec.com/using-the-tabulardata-framework-to-dump-json-or-csv-data-in-swift/
Swiftjective-C
Using TabularData to Dump Model Data
The TabularData framework can do quite a lot, and it mostly deals with training machine learning models. Today, I'll show you how I use it for debug logs, of all things.
iOS dev
https://swiftwithmajid.com/2023/05/03/the-power-of-overlays-in-swiftui/
Swift with Majid
The power of overlays in SwiftUI
An overlay is a view drawing on top of another view. And today, we will talk about two interesting use cases of using overlays in SwiftUI. One of them allows us to keep the structural identity of the view, and another one becomes very handy whenever you build…
iOS dev
https://medium.com/@AnalyticsAtMeta/notifications-why-less-is-more-how-facebook-has-been-increasing-both-user-satisfaction-and-app-9463f7325e7d
Medium
Notifications: why less is more — how Facebook has been increasing both user satisfaction and app…
We are members of the Facebook Notifications Data Science team at Meta. We ran surveys on how users felt about on-site notifications…
iOS dev
https://www.avanderlee.com/swift/mainactor-dispatch-main-thread/
SwiftLee
MainActor usage in Swift explained to dispatch to the main thread
MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner.
iOS dev
https://daddycoding.com/2023/05/02/4812/
DaddyCoding
Security in iOS Applications | Swiftly Engineered iOS
iOS dev
https://daddycoding.com/2023/05/03/cryptography-in-ios-applications/
DaddyCoding
Cryptography in iOS Applications | Swiftly Engineered iOS
iOS dev
https://betterprogramming.pub/a-full-swiftui-emitter-node-645e7d1be4a9
Medium
A Full SwiftUI Emitter Node
Continuation of a paper about Emitter Nodes
iOS dev
https://betterprogramming.pub/swiftui-animation-mechanism-a1adf2b9b417
Medium
Demystifying SwiftUI Animation: A Comprehensive Guide
This article provides a comprehensive introduction to the animation mechanism of SwiftUI and provides a large amount of demonstration code