youknowone / UI7Kit

Backport flat-style UIKit from iOS7 to iOS5+
Other
1.67k stars 199 forks source link

UIPickerView/UIDatePicker #36

Open youknowone opened 11 years ago

iT0ny commented 10 years ago

have you tried MMPickerView? https://github.com/madjid/MMPickerView

youknowone commented 10 years ago

As I know, it is not UIPickerView redraw for iOS6. See the screenshots. Instead of it, I once considered AFPickerView, but it was GPL. I think I should reimplement this from UIView.

Urkman commented 10 years ago

what is the status here? Because I would like to include it in my next update...

youknowone commented 10 years ago

I am sorry but picker view has lower priority yet. Because I think it is very hard to implement a picker view looks like iOS7 one, I just want it looks like flatten designed thiing temporary. I hope I can replace this work with existing library, but didn't tried anything yet.

youknowone commented 10 years ago

Current rough implementation of UI7PickerLikeView kills UIDatePicker when it is patched.

youknowone commented 10 years ago

current progress:

ui7pickerview

I have no idea how to do more.

Urkman commented 10 years ago

This is great :)