文件名称:ActionSheet预览图库图片
文件大小:3.33MB
文件格式:ZIP
更新时间:2024-04-24 13:29:35
IOS源码
源码UUPhotoActionSheet,[lang=objc]_sheet = [[UUPhotoActionSheet alloc] initWithMaxSelected:9 weakSuper:self]; _sheet.delegate = self; [self.navigationController.view addSubview:_sheet]; [_sheet showAnimation]; //显示动画 #pragma mark - Custom Deledate - (void)actionSheetDidFinished:(NSArray *)obj{ NSLog(@"已发送 %lu 图片",(unsigned long)obj.count); }[/lang] 测试环境:Xcode 6.2,iOS 6.0以上
【文件预览】:
UUPhotoActionSheet-master
----Screenshots()
--------IMG_0364.PNG(1.22MB)
--------IMG_0363.PNG(1.21MB)
--------IMG_0365.PNG(470KB)
--------IMG_0366.jpg(409KB)
----UUPhotoActionSheetTests()
--------Info.plist(753B)
--------UUPhotoActionSheetTests.m(900B)
----UUPhotoActionSheet()
--------Demo()
--------Info.plist(1KB)
--------main.m(342B)
--------UUPhoto()
--------Base.lproj()
--------Images.xcassets()
--------AppDelegate.h(285B)
--------AppDelegate.m(2KB)
----UUPhotoActionSheet.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(25KB)
----README.md(595B)