ios-简单自定义一个类似UIActionSheet的控件.zip

时间:2022-07-31 13:04:13
【文件属性】:

文件名称:ios-简单自定义一个类似UIActionSheet的控件.zip

文件大小:72KB

文件格式:ZIP

更新时间:2022-07-31 13:04:13

弹出视图

SQActionSheetView *acitionSheet = [[SQActionSheetView alloc]initWithTitle:@"" buttons:@[@"保存图片",@"分享图片",@"取消"] buttonClick:^(SQActionSheetView *sheetView, NSInteger buttonIndex) { if (buttonIndex == 0) { } if (buttonIndex == 1) { }]; [acitionSheet showView];


【文件预览】:
SQActionSheetView
----SQActionSheetView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----SQActionSheetView()
--------Assets.xcassets()
--------main.m(340B)
--------SQActionSheetView()
--------AppDelegate.h(283B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------.DS_Store(6KB)
--------ViewController.h(221B)
--------Info.plist(1KB)
--------ViewController.m(884B)
----SQActionSheetViewUITests()
--------SQActionSheetViewUITests.m(1KB)
--------Info.plist(680B)
----.git()
--------index(3KB)
--------hooks()
--------config(137B)
--------description(73B)
--------refs()
--------logs()
--------objects()
--------info()
--------COMMIT_EDITMSG(15B)
--------HEAD(23B)
----.DS_Store(6KB)
----SQActionSheetViewTests()
--------SQActionSheetViewTests.m(935B)
--------Info.plist(680B)

网友评论