Calling #iOSDevs for some help. I want to recreate the ‘symbol picker’ from Reminders.

Currently, have an enum with a case for each SF icon and will run a ForEach on it.

Is there is a better way?

Bonus points if you can point me to a tutorial to include the emoji picker too!

#BuildInPublic

@tabingtons Hi Harry, I manually pull the symbols from the SFSymbols.app as a p-list. Check out how here. https://github.com/dl-alexandre/SFSymbolKit
GitHub - dl-alexandre/SFSymbolKit: SF Symbol Resources

SF Symbol Resources. Contribute to dl-alexandre/SFSymbolKit development by creating an account on GitHub.

GitHub
@tabingtons some of the functionality you’ll want might be found here also https://github.com/dl-alexandre/SymbolView
GitHub - dl-alexandre/SymbolView: Just a personal iOS SF Symbol App also available for macOS, visionOS

Just a personal iOS SF Symbol App also available for macOS, visionOS - dl-alexandre/SymbolView

GitHub
@curlicious interesting take! Thanks for the resources 🤩
@tabingtons Maybe @marcoarment, There is a symbol picked in overcast and he mentioned he put great effort into have it be searchable but remain small