A Swift framework implementing a content-curtain interface similar to Apple Maps' pull-up bottom sheet.
SweetCurtain is a Swift framework that provides CurtainController, a container view controller implementing a content-curtain interface. It replicates the pull-up bottom sheet UI pattern found in Apple apps like Maps and Stocks, allowing developers to add similar draggable content panels to their iOS applications.
iOS developers building applications that require bottom sheet interfaces, particularly those aiming to match Apple's native design patterns and user interactions.
Developers choose SweetCurtain for its straightforward implementation of a native-feeling curtain interface without needing to build the complex gesture handling and animation logic from scratch.
A framework that provides CurtainController. CurtainController is a container view controller that implements a content-curtain interface. You can find a similar implementation in applications like Apple Maps, Find My, Stocks, etc. Someone calls it "Pull Up" or "Bottom Sheet".
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Implements smooth drag gestures and animations that closely mimic Apple's Maps and Stocks apps, providing a seamless user experience without custom animation code.
CurtainController is a ready-to-use view controller, allowing developers to add bottom sheets quickly by presenting it modally, reducing implementation time.
Aligns with iOS native UI patterns, making it ideal for apps aiming to maintain design language consistency with Apple's first-party applications.
The project is marked as deprecated, meaning no bug fixes, updates, or support for newer Swift or iOS versions, posing risks for production apps.
With a minimal README and no active community, finding examples, troubleshooting, or customizing features is difficult and unreliable.
Designed solely for UIKit, it lacks SwiftUI compatibility, making it obsolete for modern iOS development trends favoring SwiftUI.