相簿专题

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