LMAlertView 1.1.0

LMAlertView 1.1.0

测试测试版
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2014年12月

未声明维护。



 
依赖项
RBBAnimation~> 0.3.0
CAAnimationBlocks~> 0.0.1
 

  • 作者
  • Lee McDermott

LMAlertView 旨在为iOS 7提供一个端到端、可定制的UIAlertView克隆,具有相同的霜冻/高斯模糊效果、颜色和 CALayer 动画。

我在几天内把这个东西赶出来,所以它还不够完美,但几乎完成了!

示例

我已经在样本项目中提供了一些示例。要使它们能够运行,您必须首先使用CocoaPods通过运行以下命令来安装项目依赖项

pod install

找出差异!

星级评分示例

LMAlertView-review@2x

信用卡选择示例

LMAlertView-card@2x

正在进行中 - 嵌入视图控制器

视频

安装

使用出色的CocoaPods将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];

致谢

Bitdeli Badge