警报视图预习特征使用简单块语法物理动画用户交互UI外观支持。要运行示例项目,克隆repo,然后从Example目录运行pod install。安装TAlertView可通过添加以下行到您的Podfile中:pod \"TAlertView\"。如何使用它:简单的[[[TAlertView alloc] initWithTitle: \"Great!\" andMessage: \"This a basic alert\"] show];或者用按钮TAlertView *alert = [[TAlertView alloc] initWithTitle: nil message: \"This...