FLAlert:简单的警报替代方案,适用于 xib 自定义

时间:2024-06-29 10:55:21
【文件属性】:

文件名称:FLAlert:简单的警报替代方案,适用于 xib 自定义

文件大小:3.24MB

文件格式:ZIP

更新时间:2024-06-29 10:55:21

Objective-C

警报 几乎每个应用程序都需要有一个符合应用程序风格和设计的自定义 UI 对话框(警报、弹出窗口等)。 该组件允许您使用优雅的 API、预构建动画、触摸逻辑和覆盖轻松创建和显示此类警报。 如何使用 添加到您的 Podfile pod 'FLAlert', :git => 'https://github.com/devenergy/FLAlert' 创建FLAlert.xib (或复制 ),按照应用程序设计器对其进行布局。 然后将您的 xib 中的插座连接到代码。 您需要连接此类插座。 @property (weak, nonatomic) IBOutlet UILabel *messageLabel; @property (weak, nonatomic) IBOutlet UIButton *doneButton; @property (weak, nonatomic) IBOu


【文件预览】:
FLAlert-master
----alert_demo.gif(3.24MB)
----FLAlert.h(905B)
----FLAlert.m(3KB)
----CAAnimation+Bounce.h(399B)
----README.md(1KB)
----CAAnimation+Bounce.m(1KB)
----FLAlert.podspec(524B)
----FLAlert.xib(9KB)

网友评论