CocoaPicker 1.1

CocoaPicker 1.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2016年4月

Cocoa Lee 维护。



使用方法

CocoaPicker

platform :ios, '7.0'
pod "CocoaPicker"

  self.view.window.rootViewController.modalPresentationStyle = UIModalPresentationCurrentContext;//半透明
  CocoaPickerViewController *transparentView = [[CocoaPickerViewController alloc] init];
  transparentView.delegate = self;
  transparentView.modalPresentationStyle = UIModalPresentationOverFullScreen;
  transparentView.view.frame=self.view.frame;
  transparentView.view.superview.backgroundColor = [UIColor clearColor];
  [self presentViewController:transparentView animated:YES completion:nil];

QQ

“图片名称”

CocoaPods 是由以下人员开发的项目:

“图片名称”