A highly customizable view popup from bottom
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];