Overview of MijickPopups features
mainMijickPopups is a SwiftUI framework designed to simplify the creation and presentation of various popup types (popups, popovers, alerts, notifications, etc.) while keeping code clean.
Key Capabilities:
- Flexible Positioning: Supports three screen positions: Top, Center, or Bottom.
- Height Modes: Popups can use Automatic height (adapts to content), Large, or Fullscreen modes.
- Stacking: Supports multiple active popups on screen simultaneously; inactive popups are stacked visually.
- Customization & Interaction: Fully customizable appearance, beautiful animations, gesture support (including drag-to-resize), and automatic dismissal options.
- Platform Support: Works on iOS 14.0+, macOS 12.0+, tvOS 15.0+, watchOS 7.0+, and visionOS 1.0+.
- Swift Compatibility: Supports Swift 6.0.
- SwiftUI Integration: Works alongside native SwiftUI sheets and alerts.