• Stars
    star
    180
  • Rank 213,097 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

仿QQ图片选择器

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

“图片名称”