Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct shadows #18

Closed
artemnovichkov opened this issue Mar 23, 2018 · 0 comments
Closed

Correct shadows #18

artemnovichkov opened this issue Mar 23, 2018 · 0 comments
Assignees
Labels
🚀 enhancement New feature or request

Comments

@artemnovichkov
Copy link
Owner

Version of Zepcode:

0.5.3

Generated snippet:

view.layer.shadowColor = UIColor(r: 0, g: 0, b: 0, a: 0.5).cgColor
view.layer.shadowOffset = .zero
view.layer.shadowRadius = 0

What's wrong:

Appearance of shadows is wrong

Suggestion:

Update snippents according to this and this recommendations. Here is a result for parameters:

Left - Sketch, right - iOS Simulator.

@artemnovichkov artemnovichkov added the 🚀 enhancement New feature or request label Mar 23, 2018
@artemnovichkov artemnovichkov self-assigned this Mar 23, 2018
@artemnovichkov artemnovichkov mentioned this issue Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant