文件名称:MBAlertView:[已弃用]具有简单API的基于块的快速警报和HUD库
文件大小:81KB
文件格式:ZIP
更新时间:2024-05-25 02:26:01
Objective-C
MBAlertView MBAlertView是一个具有简单API的基于块的快速警报和HUD库。 特征 嵌套警报和HUD 基于块 图片 漂亮的动画 不使用任何PNG文件。 一切都是用代码绘制的。 用法 警报:平 MBFlatAlertView *alert = [MBFlatAlertView alertWithTitle: @" Special Instructions " detailText: @" Are you sure? " cancelTitle: @" Cancel " cancelBlock: nil ]; [alert addButtonWithTitle: @" Hello " type: MBFlatAlertButtonTypeBold action: ^{}]; [alert addToDisplayQueue ]; 警报:经典 MBAlertView *a
【文件预览】:
MBAlertView-master
----AlertsDemo()
--------AlertsDemo.xcodeproj()
--------AlertsDemo()
----LICENSE(1KB)
----MBAlertView.podspec(758B)
----MBAlertView()
--------Protected()
--------Categories()
--------HUD()
--------Flat()
--------Classic()
--------MBAlertAbstract.m(9KB)
--------MBAlertAbstract.h(1KB)
----README.md(2KB)