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 Java Language Specification, Java SE 7 Edition

The Java Language Specification, Java SE 7 Edition

James Gosling、Bill Joy、Guy L. Steele Jr.、Gilad Bracha、Alex Buckley / Addison-Wesley Professional / 2013-2-24 / USD 59.99

Written by the inventors of the technology, The Java(r) Language Specification, Java SE 7 Edition, is the definitive technical reference for the Java programming language. The book provides complete, ......一起来看看 《The Java Language Specification, Java SE 7 Edition》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具