Skip to content

wozyao/ZYPopupView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZYPopupView

A highly customizable view popup from bottom

Untitled

You can use it in just three lines of code

UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 375, 300)];
ZYPopupView *popupView = [[ZYPopupView alloc] initWithCustomView:view];
[popupView show];

About

A highly customizable view popup from bottom

Resources

License

Stars

Watchers

Forks

Packages

No packages published