MKAlertView 1.0.2× 测试测试✗ 语言语言 Obj-CObjective C许可 MIT 发布日期最新发布2017年4月由MK Shaw维护。安装指南×MKAlertView 安装指南您想在 Podfile 中添加如下类似内容:target 'MyApp' do pod 'MKAlertView', '~> 1.0' end然后在内置终端或从 CocoaPods.app 中运行 pod install。或者为了测试运行,运行以下命令:pod try MKAlertView查看 PodspecGitHub 仓库CocoaPods.org 上的页面MKAlertView 1.0.2作者MK Xiaomk2016.github.iomk2016/MKAlertViewGitHub 仓库 效果图 添加 cocoapodspod 'MKAlertView', '~> 1.0.0' 手动(手动导入)只需将 MKAlertView 文件添加到项目中即可 用法 详细用法参见demo 利用 OC 的 runtime 动态修改系统自带的 UIAlertController。自定义样式。