###风格很好半透明背景的AlertView,支持横竖屏切换,点击AlertView外部消失
####竖屏的风格如下:
如上图中所示,对话框中的View你可以进行任意的自定义.
DHAlertView *alert = [[DHAlertView alloc] initWithTitle:@"Your Title" contentView:YourCustomView completion:^{
// Do anything you want do in this block
}];
[alert show];
想自动消失的话:
[alert dismiss];
These specifications and CocoaPods are available under the MIT license.