Skip to content

Latest commit

 

History

History
executable file
·
36 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

executable file
·
36 lines (20 loc) · 1.03 KB

#JSDCustomPickView

by Joyseedog

DESCRIPTION

Screenshot

  • This demo provides a simple way to customizable PickerView for your iOS app.

  • build in xcode8 with ARC.

##USAGE

 NSArray *leftArray = [NSArray arrayWithObjects:@"A",@"B",@"C",@"D",@"E", nil];
 NSArray *rightArray =  [NSArray arrayWithObjects:@"AA",@"BB",@"CC",@"DD",@"EE", nil];
    
 JQCustomPicker *jqCustomPicker = [[JQCustomPicker alloc] initWithSelectedBackColor:[UIColor blueColor] textColor:[UIColor whiteColor] plainColor:[UIColor blueColor] title:@"JQ Picker" leftArray:leftArray rightArray:rightArray];
 jqCustomPicker.delegate = self;
 [jqCustomPicker showInView:self.view];

##LICENSE Distributed under the MIT License.

##Contributions Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.

#Author

Contact me on my email: joyseedog@gmail.com