luispadron / UIEmptyState

An empty state control to give visually appealing context when building iOS applications.
MIT License
178 stars 34 forks source link

fix(ios14): red background appears #32

Open CedricGatay opened 4 years ago

CedricGatay commented 4 years ago

When using default UIStackView on iOS14, background is solid red. I don't know why this issue is not present under lower iOS versions though.

tichise commented 4 years ago

@luispadron @gabmarfer @jadsalhani @piotrzuzel

I ran into the same problem. I'd like to see you merge the pull request.

gereons commented 4 years ago

For those looking for a workaround: see https://github.com/luispadron/UIEmptyState/issues/33#issuecomment-717843880

tichise commented 4 years ago

Thank you. Resolved. @gereons