SFSymbolEnum icon indicating copy to clipboard operation
SFSymbolEnum copied to clipboard

ContentUnavailableView support

Open filbrej opened this issue 1 year ago • 2 comments

Using the enum values with ContentUnavailableView doesn't work.

Example:

        ContentUnavailableView(
            "No saved documents",
            systemImage: .documentFill, // Throws error, Type 'String' has no member 'documentFill'
            description: Text(
                "You have no saved documents yet. Use the button below to scan your first document."
            )
        )

filbrej avatar Jan 26 '25 04:01 filbrej

thanx for pointing out this issue, have you gotten around it ? if so send me a pull request otherwise I'll have a look when I get to it.

jollyjinx avatar Mar 30 '25 06:03 jollyjinx

I have not gotten to it

filbrej avatar Mar 30 '25 18:03 filbrej