DPPhotoGroupViewController *groupVC = [DPPhotoGroupViewController new];
groupVC.maxSelectionCount = 9;
groupVC.delegate = self;
[self presentViewController:[[UINavigationController alloc] initWithRootViewController:groupVC] animated:YES completion:nil];