简单自定义一个类似UIActionSheet的控件
SQActionSheetView *acitionSheet = [[SQActionSheetView alloc]initWithTitle:@"" buttons:@[@"保存图片",@"分享图片",@"取消"] buttonClick:^(SQActionSheetView *sheetView, NSInteger buttonIndex) {
if (buttonIndex == 0) {
}
if (buttonIndex == 1) {
}];
[acitionSheet showView];
下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/143511f7227b1606bac17f45d4426477.zip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论