首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
相簿专题
ios-获取系统相簿里边的所有照片
#import<AssetsLibrary/AssetsLibrary.h> -(void)getImgs{ dispatch_async(dispatch_get_main_queue(), ^{ NSAutoreleasePool *pool = [[NSAutoreleasePoolalloc] init];
阅读更多...
iOS-UIActionSheet的简单使用和调用系统相簿
实现UIActionSheetDelegate UIActionSheet *menu = [[UIActionSheet alloc] initWithTitle: @"" delegate:self cancelBut
阅读更多...