Dandy Griffin

206 Followers
93 Following
1.3K Posts
iOS & macOS Programmer. I tend to know a lot about Core Data, CloudKit, TextKit, espresso, and indoor plants for some reason. (he/him)
Webhttp://contagious.dev
ProjectsFox Project Organizer, Atlas: Collect and Write, Benchmark workout logger, unnamed pixel art game
LocationSt. Louis 🇺🇸🏳️‍🌈
Twitch 📺https://www.twitch.tv/nemesisprime_codes
@maxgarber Also me after a long week committing myself to another side project driven by nothing but passionate fumes.
@maxgarber ooo thank yout! I actually do the same but never thought to connect the two 🫣 Ideas flowin!
@maxgarber That's such an exciting and motivating thing to hear—thank you so very much 😊! Please feel free to pass back feedback if things come to your mind or you come across issues.
@maxgarber 😬😬😬 it does, doesn’t it? hehe
Hella pins #macdev
I LOVE the iPad Mini—I just can't believe it doesn't have Face ID! :o
Some Apple Maps inspiration for the Canvas pin feature in Atlas. #iosdev
@ghalldev Best of luck! :D

@ghalldev CoreSpotlightContinuation is how you can move from system Spotlight to in-app with the same query so you are right there! It requires a tweak to info.plist too iirc.

I *believe* the play button on the song is done via actionIdentifiers/CSActionIdentifier on CSSearchableItemAttributeSet which you set up in your info.plist (id, title, image) ahead of time (https://developer.apple.com/documentation/corespotlight/cssearchableitemattributeset/actionidentifiers)

actionIdentifiers | Apple Developer Documentation

The identifiers that specify custom actions the app supports for the item.

Apple Developer Documentation