1 个仓库
Queues that manage the visual layering and display order of UI elements based on priority.
Distinct from Priority Queues: Focuses on the visual precedence of UI overlays rather than general data structure implementations.
Explore 1 awesome GitHub repository matching software engineering & architecture · UI Display. Refine with filters or upvote what's useful.
SwiftEntryKit is a Swift presentation framework and UI overlay library used to orchestrate banners, pop-up views, and custom modal presentations on top of an iOS application window. It functions as a view orchestrator that manages the lifecycle, animations, and layering of multiple overlapping user interface elements. The framework features a priority-based queueing system to determine the display order and precedence of overlays, ensuring specific elements can override others. It includes a dedicated animation toolkit for translation, scale, and fade transitions, alongside haptic integration
Features a priority-based queuing system to determine the display order and precedence of overlapping overlays.