Working on a new “Busy Month” widget for Across.
Designed to show more events in busy months without feeling cluttered.
Coming soon in the next update :)
Across originally used a week-based UICollectionView layout.
Each horizontal scroll moved exactly one week.
Then I decided to support day-by-day scrolling, similar to Apple Calendar.
That turned into a much bigger challenge than expected.
The entire layout system was built around “weekly paging”,
so removing week boundaries meant rethinking almost everything.