_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);
}
-
Notifications
You must be signed in to change notification settings - Fork 31
zhangyu9050/UUPhotoActionSheet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published