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

Performance anti-pattern in UI #690

Open
saraseif opened this issue May 30, 2018 · 0 comments
Open

Performance anti-pattern in UI #690

saraseif opened this issue May 30, 2018 · 0 comments

Comments

@saraseif
Copy link

saraseif commented May 30, 2018

Hello guys!

I found that in SkillSelectionCell, content view background's alpha is set to 0.2. Also in RankView you are drawing a rectangle with barbackgroundcolor's alpha set to 0.15 in a for loop. I think it would be better not to use transparent or partially transparent views in repeating styles, like TableViewCells and inside for loops.

Due to my own experience and this Apple document using transparency could be tricky, performance-wise.

Don't you think there would be a way to avoid this?

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

No branches or pull requests

1 participant