Grouper / FlatUIKit

A collection of awesome flat UI components for iOS.
MIT License
7.79k stars 948 forks source link

[Enhancement] Dropdown choice control #48

Open skull-squadron opened 11 years ago

skull-squadron commented 11 years ago

Drop-in replacement for UIPickerView would be great.

dzenbot commented 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...

skull-squadron commented 11 years ago

Yeap. Agreed. drawRect FTW

marzapower commented 11 years ago

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.

schermata 23 lug 2013 17 11 31 simulatore ios

I can give you more insight on this, or work on a pull request for it, if you feel it'll work.

marzapower commented 11 years ago

By the way, the UIDatePicker has still to be written from scratch, to achieve such flat design, since it's not customizable.

xiaoyuandlg commented 10 years ago

I've heard Dropdown Button control and Dropdown List control. First time to hear Dropdown choice control and it sounds powerful and interesting.