grasshopper 1.2.0× 测试已测试✗ 语言语言 Obj-CObjective C许可 MIT 发布最新版本2017年8月由[LWKMUMU]维护。安装指南×Grasshopper 安装指南您想将类似以下代码添加到 Podfile 中:target 'MyApp' do pod 'grasshopper', '~> 1.2' end然后在终端或 CocoaPods.app 中运行 pod install或者为了测试运行,运行以下命令:pod try grasshopper查看 PodspecGitHub 仓库CocoaPods.org 上的页面grasshopper 1.2.0作者:LwkMumuLWKMUMU/grasshopperGitHub 仓库 本地图像选择/选择多个本地图片 MLPhotoViewController *vc = [[MLPhotoViewController alloc] init]; vc.completeBloack = ^(NSMutableArray *selectedImagesArray) { NSLog(@"选中的图片数量===%ld张",selectedImagesArray.count); }; vc.view.backgroundColor = [UIColor whiteColor]; CreditNavigationController *nav=[[CreditNavigationController alloc]initWithRootViewController:vc]; [nav setNavColorStyle:[UIColor blackColor]]; [self presentViewController:nav animated:YES completion:nil];