文件名称:PYAlertView:带有 POP 动画的易于使用的自定义 AlertView!
文件大小:2.95MB
文件格式:ZIP
更新时间:2024-06-23 09:55:45
Objective-C
##PYAlertView 使用 POP 制作所有动画 ##添加到您的项目中 platform :ios, '7' pod 'PYAlertView' 用法 PYAlertView *alertView = [[PYAlertView alloc ] initWithCustomView: _customAlertView andAnimationType: PYAlertViewAnimationSlideInOut]; [alertView setButtonTitles: [ NSMutableArray arrayWithArray: @[ @" Cancel " ]]]; [alertView setButtonBackgroundColor: [UIColor lightGrayColor ] andTextColor: [UIColor whiteColor ]