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() }
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