Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 402 Bytes

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];