无聊的时候写的一个类似于系统的alertview,有个小小的动画,只有取消和确定键,代码只供参考,不建议项目使用 使用方法 XCJAlert *popView = [[XCJAlert alloc]initWithFrame:self.view.bounds withTitle:@"我是杨施" withContent: @"杨施你好!杨施再见!"]; [self.view addSubview:popView]; [popView click:^(ButtonClickType type) {