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
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
When the title, detail, and button are set but no image is set the displayed order of the views is wrong.
Expected behavior: Title at position 0, detail at position 1 and button at position 2
Current behavior: Title at position 0, button at position 1 and detail at position 2
Issue can be solved by adding the following var emptyStateImage: UIImage? { return UIImage() }
but I think is a bug
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
When the title, detail, and button are set but no image is set the displayed order of the views is wrong.
Expected behavior: Title at position 0, detail at position 1 and button at position 2
Current behavior: Title at position 0, button at position 1 and detail at position 2
Issue can be solved by adding the following
var emptyStateImage: UIImage? { return UIImage() }
but I think is a bug
The text was updated successfully, but these errors were encountered: