You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Sectioned and un-sectioned SF Symbols
Defaults for both sectioned and un-sectioned pickers
Filter or pass your own subset of SF Symbols to pick from
Support both precise and human readable search (e.g. "circle.fill" returns only circle.fill, but "circle fill" or "fill circle" returns all SF Symbols having a combination of both words)
Dismiss automatically on selection or wait for user input with .systemImagePickerDismissOnSelection(false)
Allow for no selection using Optionals
Pixel-perfect padding using fully dynamic cell sizing
Identifiable and RawRepresentable support in place of String SF Symbol name if you wanna be extra safe or you're using another library abstraction
Bring your own style or branding with SystemImagePickerStyle conformance