Yotei - Highly modular & customizable SwiftUI calendar

Published: (April 19, 2026 at 05:31 AM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Overview

Cover image for Yotei - Highly modular & customizable SwiftUI calendar

I built a calendar package for iOS that focuses on modularity, customization, and performance.

GitHub:

Why I built it

I kept rewriting calendars across projects and couldn’t find something that was both flexible and performant. Most solutions were either pure SwiftUI with corresponding bugs and limitations, UIKit‑heavy (fast but harder to integrate cleanly), or some abandoned packages.

Key ideas

  • Highly modular architecture — use only the pieces you need
  • Fully customizable UI and behavior
  • SwiftUI‑first API
  • UIKit under the hood for smooth scrolling & performance
  • Native iOS feel

Example use cases

  • Scheduling apps
  • Habit trackers
  • Fitness / activity apps
  • Booking interfaces
  • Timeline‑based UIs

Would love feedback! Contributions welcome 🙌

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

0 views
Back to Blog

Related posts

Read more »

Sudo for Windows

Welcome to the repository for Sudo for Windowshttps://aka.ms/sudo 🥪. Sudo for Windows allows users to run elevated commands directly from unelevated terminal w...