Open skull-squadron opened 11 years ago
I bet it's the most complicated one, along with the UIDatePicker. Who ever dares to make it, should create it from scratch. Subclass or category add-on won't work...
Yeap. Agreed. drawRect FTW
I've been able to create such a custom flat UIPickerView in my latest app, and it's not so difficult. The real problem is that this won't absolutely be supported when iOS 7 comes out, since iOS 7 has locked the UIPickerView customization.
I can give you more insight on this, or work on a pull request for it, if you feel it'll work.
By the way, the UIDatePicker has still to be written from scratch, to achieve such flat design, since it's not customizable.
I've heard Dropdown Button control and Dropdown List control. First time to hear Dropdown choice control and it sounds powerful and interesting.
Drop-in replacement for UIPickerView would be great.