ios custom alertview:自定义UIAlertView。 继续将图像和UIViews添加到iOS7 +中的对话框 源码
自定义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
文件列表
ios-custom-alertview-master.zip
(预估有个30文件)
ios-custom-alertview-master
Docs
screen.png
39KB
CustomIOSAlertView.podspec
1KB
LICENSE.md
1KB
.gitignore
186B
README.md
4KB
CustomIOSAlertView
CustomIOSAlertView.xcodeproj
project.pbxproj
15KB
暂无评论