Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

Changed data to be an NSArray instead of NSMutableArray #27

Closed jonathanrauch closed 8 years ago

jonathanrauch commented 8 years ago

Hi! I was integrating this library in my project. I'm want to initialize the DownPicker with an NSArray. The picker doesn't modify the data array it's given, so I think it should accept an NSArray instead forcing the caller to initialize it with an NSMutableArray.

Thanks!

Darkseal commented 8 years ago

Done in 0.1.32

Darkseal commented 8 years ago

Also added most of your valuable fixes implemented in your fork. Thanks for your good work.