测试测试版 | ✗ |
语言语言 | Obj-CObjective C |
许可 | MIT |
发布最后发布 | 2014年12月 |
由未声明维护。
依赖项 | |
RBBAnimation | ~> 0.3.0 |
CAAnimationBlocks | ~> 0.0.1 |
LMAlertView
旨在为iOS 7提供一个端到端、可定制的UIAlertView
克隆,具有相同的霜冻/高斯模糊效果、颜色和 CALayer
动画。
我在几天内把这个东西赶出来,所以它还不够完美,但几乎完成了!
我已经在样本项目中提供了一些示例。要使它们能够运行,您必须首先使用CocoaPods通过运行以下命令来安装项目依赖项
pod install
找出差异!
星级评分示例
信用卡选择示例
正在进行中 - 嵌入视图控制器
视频
使用出色的LMAlertView
添加到项目
pod 'LMAlertView'
LMAlertView *alertView = [[LMAlertView alloc] initWithTitle:@"Test"
message:@"Message here"
delegate:nil
cancelButtonTitle:@"Done"
otherButtonTitles:nil];
// Add your subviews here to customise
UIView *contentView = alertView.contentView;
[alertView show];
CASpringAnimation
替换,我不会费心做这个。谢谢@robb!