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://codercto.com/soft/d/9129.html

The Art of UNIX Programming

The Art of UNIX Programming

Eric S. Raymond / Addison-Wesley / 2003-10-3 / USD 54.99

Writing better software: 30 years of UNIX development wisdom In this book, five years in the making, the author encapsulates three decades of unwritten, hard-won software engineering wisdom. Raymond b......一起来看看 《The Art of UNIX Programming》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器