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
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."
)
)
The text was updated successfully, but these errors were encountered:
Using the enum values with
ContentUnavailableView
doesn't work.Example:
The text was updated successfully, but these errors were encountered: