Skip to content

Instantly share code, notes, and snippets.

@o-nnerb
Last active July 1, 2021 22:46
Show Gist options
  • Save o-nnerb/a1aec5b32ed1fe7cdc7b23654a3b32d0 to your computer and use it in GitHub Desktop.
Save o-nnerb/a1aec5b32ed1fe7cdc7b23654a3b32d0 to your computer and use it in GitHub Desktop.
The ImageSpace defines all the categories for a family of icons
public struct ImageSpace<Provider: ImageProvider>: ImageProvider {
public typealias Image = Provider.Image
public var acessibility: AcessibilityCategory<Provider> {
AcessibilityCategory {
transformHandler("accessibility.\($0)")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment