Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Button is at wrong position when no image is used #26

Open
aloysiusan opened this issue Oct 24, 2018 · 0 comments
Open

Button is at wrong position when no image is used #26

aloysiusan opened this issue Oct 24, 2018 · 0 comments

Comments

@aloysiusan
Copy link

aloysiusan commented Oct 24, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant