flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
595 stars 40 forks source link

Always layout scroll indicators. #284

Closed janek closed 5 years ago

janek commented 5 years ago

We are considering sacrificing a small, sacrificable amount of performance to have safer and simpler code by laying out scroll indicators always (and not only when they are visible).

janek commented 5 years ago

This changes the assumptions I made when writing tests, so I will need to update them before it passes. But I wanted to get first get an opinion on whether we're going through with this or taking another path.