zhoushejun / SJAssetPicker

选择相册照片

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SJAssetPicker

选择相册照片

导入文件夹《SJAssetPicker》,引入头文件:#import "SJAssetGroupsTableViewController.h"

之后在需要的地方添加以下语句:

UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"SJAssetPicker" bundle:nil]; UINavigationController *groupsVC = [storyboard instantiateViewControllerWithIdentifier:@"SJAssetPickerNavigationController"]; [self presentViewController:groupsVC animated:YES completion:nil];

About

选择相册照片

License:MIT License


Languages

Language:Objective-C 92.9%Language:Ruby 7.1%