一个仿微信的ActionSheet

时间:2024-04-24 12:54:07
【文件属性】:

文件名称:一个仿微信的ActionSheet

文件大小:56KB

文件格式:ZIP

更新时间:2024-04-24 12:54:07

IOS源码

源码ALActionSheetView,这是一个仿微信的ActionSheet,用于替换系统UIActionSheet,并且支持block,接口与系统的UIActionSheet一致,十分简单友好,非常方便使用。 示例: ALActionSheetView *actionSheetView = [ALActionSheetView showActionSheetWithTitle:@"测试" cancelButtonTitle:@"取消" destructiveButtonTitle:@"确定" otherButtonTitles:@[@"测试1", @"测试2"] handler:^(ALActionSheetView *actionSheetView, NSInteger buttonIndex) { NSLog(@"%zd", buttonIndex); }]; [actionSheetView show]; 测试环境:Xcode 6,iOS 6.0以上


【文件预览】:
ALActionSheetView-master
----ALActionSheetView()
--------ALActionSheetView()
--------ALActionSheetView.xcodeproj()
--------ALActionSheetViewTests()
----README.md(2KB)
----demo.png(31KB)

网友评论