airbnb / HorizonCalendar

A declarative, performant, iOS calendar UI component that supports use cases ranging from simple date pickers all the way up to fully-featured calendar apps.
Apache License 2.0
2.8k stars 234 forks source link

Fix pixel alignment math #312

Closed bryankeller closed 2 months ago

bryankeller commented 2 months ago

Details

This fixes a subtle screen-pixel alignment bug. The existing math causes slight oscillations between 2 adjacent pixels, which can cause some additional layout churn.

Related Issue

N/A

Motivation and Context

Bug fix / optimization

How Has This Been Tested

Types of changes

Checklist