PK警报由objective-c编写的简单易用的警报生成器。目标:ios7或更高版本。用法将PKAlert.h 、 PKAlert.m添加到您的项目中。 #import "PKAlert.h"像这样调用方法// simpleAlert [PKAlert showWithTitle: @" Notice " // NSString or nil text: @" hogehoghoe huga Is this ok? haha " // NSString or nil cancelButtonText: @" O K " // NSString or nil items: nil style: PKAler