Skip to content

liyuechun/CocoaPicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Image

###QQ Image

About

仿QQ图片选择器

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.7%
  • Ruby 1.3%