登录 注册
当前位置:主页 > 资源下载 > 9 > ios-custom-alertview可实现对UIAlertView的自定义,并支持在iOS 7+中向对话框添加图像和UIViews

ios-custom-alertview可实现对UIAlertView的自定义,并支持在iOS 7+中向对话框添加图像和UIViews

  • 更新:2024-08-25 10:15:20
  • 大小:107KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

自定义iOS AlertView v0.9.5 support for iOS7+ 自iOS7开始,addAlview在UIAlertView中不可用。 此类的视图层次结构是私有的,不能修改。 作为解决方案,此类创建一个iOS样式的对话框,您可以使用任何UIViews或按钮对其进行扩展。 动画和外观也被复制,不需要图像或其他资源。 安装 只需将以下文件添加到项目中即可: CustomIOSAlertView.h CustomIOSAlertView.m 或使用Cocoapods: pod 'CustomIOSAlertView', '~> 0.9.5' 变更笔记 IOS8的固定旋转 从类名称中删除7。 从现在开始只需使用CustomIOSAlertView,例如:[[CustomIOSAlertView alloc] init]; 现在不建议使用initWithParen