Skip to content

nsleejian/CocoaPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fee9518 · Sep 6, 2017

History

42 Commits
Aug 29, 2015
Apr 14, 2016
Aug 26, 2015
Aug 25, 2015
Apr 14, 2016
Aug 25, 2015
Apr 14, 2016
Sep 6, 2017

Repository files navigation

CocoaPicker --仿QQ图片选择器

使用方法

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];

CocoaPicker

http://ww3.sinaimg.cn/large/640e3faagw1evgy8z326qg209m0gtqv9.gif

QQ

“图片名称”