ios 仿照微信、微博的弹出action sheet写的一个工具类.zip
仿照微信、微博的弹出action sheet写的一个工具类 github地址:https://github.com/ashen-zhao/ASSheet 使用方法: AS_Sheet *a = [[AS_Sheet alloc] initWithFrame:self.view.bounds titleArr:@[@"从手机相册选择", @"拍照", @"小视频"]]; __weak typeof(a) weakA = a; a.Click = ^(NSInteger clickIndex) { switch (clickIndex) {
文件列表
96ba1653ded8b18e73c4ae3568346e14.zip
(预估有个19文件)
ASSheet-master
ASActionSheet.xcodeproj
project.xcworkspace
contents.xcworkspacedata
158B
xcuserdata
Ashen.xcuserdatad
UserInterfaceState.xcuserstate
44KB
xcuserdata
Ashen.xcuserdatad
xcschemes
暂无评论