MKAlertView 1.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Apr 2017Maintained by MK Shaw.Installation Guide×Installation Guide for MKAlertViewYou want to add pod 'MKAlertView', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'MKAlertView', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try MKAlertViewSee PodspecGitHub RepoPage on CocoaPods.orgMKAlertView 1.0.2ByMK Xiaomk2016.github.iomk2016/MKAlertViewGitHub Repo 效果图 添加 cocoapods pod 'MKAlertView', '~> 1.0.0' Manually (手动导入) 只需将 MKAlertView 文件添加到项目中即可 用法 详细用法参见demo 利用OC的runtime 动态修改系统自带的UIAlertController。自定义样式。