Is it fine to upgrade your main devices to macOS26 and iOS26? My Girlfriend took all my test devices. 😂
#iosdev #macosdev
Upcoming online #SwiftDev / #AppleDev / #iosDev / #macOSDev events this week:
SwiftUI Architecture livestream with @azamsharp
🗓️ Today, Friday, July 11, 9am Pacific, 16:00 UTC
https://youtube.com/live/-7F6B5mp2FM
A new report from SentinelLabs reveals that North Korean hackers are aggressively exploiting Apple computers with a newly discovered malware called NimDoor.
#Tech #Apple #InfoSec #Security #CyberSecurityNews #Technology #News #Computing #CyberSecurity #TechNews #macOS #macOSDev #iOSDev
Announcing SymbolPicker 1.0.0! 🎉 This SwiftUI-based SF Symbol picker supports iOS 14+, iPadOS 14+, macOS 11+, and visionOS 1.0+ across 26 OS versions. It includes DocC documentation with a new tutorial, OS-aware SF Symbols 7+ filtering (e.g., "siri" on iOS 26+), and VoiceOver accessibility with Dynamic Type. Perfect for seamless symbol selection in your apps. Check out the code and get started! #SwiftUI #SFSymbols #iOSDev #macOSDev 🔗 https://github.com/SzpakKamil/SymbolPicker/releases/tag/1.0.0
Upcoming online #SwiftDev / #AppleDev / #iosDev / #macOSDev events this week:
Swift Dev Chat “office hours”
🗓️ Saturday, July 5, 11am Pacific, 18:00 UTC
(Will run just for half an hour this week, with the concurrency group learning session joining in.)
Bring your questions, frustrations, excitement, and ideas, around software development on Apple platforms, especially using the Swift language. You can also “show and tell” your projects.
https://discord.gg/euyXVzzX?event=1388931399834402896
WIP Playlist Editing. I'm not sure if I should reboot my UI design with Liquid Glass since I'm not that big of a fan. Wdyt?
#macosdev #indiedev #applemusic
After moving to Apple Music, I really miss Spotify Playlists. How would it be if you could subscribe to Spotify Playlists in the Apple Music app I'm currently writing?
#spotify #applemusic #macosdev #indiedev
What really sucks right now is that SwiftUI does not come with an NSMenu replacement.
Basically, I want to display a Context Menu if I click on a button like on iOS if you use a Menu.
On macOS, it displays you a god damn Drop down menu which is a totally different UX pattern.
#macosdev #swiftui #indiedev #applemusic
Dissatisfied with the standard outline view and the lack of customizability, I implemented my own. So far, so good.
#macosdev #swiftui #indiedev #applemusic
Upcoming online #SwiftDev / #AppleDev / #iosDev / #macOSDev events this week:
Coding Dojo: Learning Together
🗓️ Saturday, June 28, 3am Pacific, 10:00 UTC
Ensemble coding to learn more Swift language coding skills together. Working through coding kata, applying test-driven development.
#SwiftDev
https://discord.gg/euyXVzzX?event=1383129360671834165
1/4
SwiftUI gurus.
How to make the shuffling of this code fast on macOS? It performs without a problem under iOS, but macOS is blocking the main thread for a long time.
I think it’s the underlying NSOutlineView that moves Views around. From what I can see, the only workaround is to totally invalidate the View with a different ID.
Were the haters right about SwiftUI? 😭
#iosdev #macosdev #apple #swift #swiftui #indiedev
The final version of DataOrganizer 2025.0 is now available on the #macappstore. There are many new features, including iCloud support.
DataOrganizer is a personal database. It includes a Bento importer.
https://apps.apple.com/us/app/database-dataorganizer/id1416821465?mt=12
#MacDev #macOSDev #AppDev #IndieDev #IndieApps #soloDev #filemaker
🎉 Excited to announce SearchBar 2.1.0! This SwiftUI package update brings a stunning liquid glass material effect, a new scale modifier, and critical fixes for visionOS. Available for iOS 14.0+, iPadOS 14.0+, macOS 11.0+, and visionOS 1.0+. Explore the enhanced docs and try it now: https://github.com/SzpakKamil/SearchBar #SwiftUI #iOSDev #macOSDev
Out of curiosity…
For devs who are experimenting with the new macOS 26 changes, is it possible to opt out of the “unmoored” floating sidebar style with SwiftUI, or are you forced to use it?