Skip to content

vdotup/Popup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popup

SwiftUI Simple Popup, SlideSheet, support iOS 13+.

- auto sizes to content height.

- can be called inside functions.

- you can select screen edge to show popup from [top, bottom, leading, trailing].

- you can change background dim color.

- if you show another popup it will dismiss old one automatically.

Install

Usage

- import Popup in root view

- add .popup modifier to ContentView()

- anywhere in you project you can call PopupManager.shared.push(View())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages