TopAlertView

码农软件 · 软件分类 · 弹出视图(Popup View) · 2019-06-30 19:13:47

软件介绍

一个简单易用的,从界面上方弹出的alertview。

Alt text

示例代码:

#import "MozTopAlertView.h"

[MozTopAlertView showWithType:MozAlertTypeInfo text:@"Info" parentView:self.view];

MozTopAlertView *alertView = [MozTopAlertView showWithType:MozAlertTypeSuccess text:@"Success" parentView:self.view];
alertView.dismissBlock = ^(){
    NSLog(@"dismissBlock");
};

[MozTopAlertView showWithType:MozAlertTypeWarning text:@"Warning" doText:@"undo" doBlock:^{

} parentView:self.view];

[MozTopAlertView showWithType:MozAlertTypeError text:@"Error" doText:@"undo" doBlock:^{

} parentView:self.view];

本文地址:https://www.codercto.com/soft/d/9129.html

R for Data Science

R for Data Science

Hadley Wickham、Garrett Grolemund / O'Reilly Media / 2016-12-25 / USD 39.99

http://r4ds.had.co.nz/一起来看看 《R for Data Science》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具