neoneye/SwiftyFORM

Inline datepicker

JuseongJee opened this issue · 5 comments

Hello!

UI Request.
What about Inline DatePicker like Calendar app in iOS?

Great suggestion. I have seen it in one or two other form frameworks on CocoaControls.

Feel free to propose code for it and I will take a look at it 👍

I've seen some codes from 'http://github.com/KoheiHayakawa/KHAForm'

It uses cell def in file 'KHADatePickerFormCell.swift'
and when touching in date cell, show and hide date picker view cell for various situation in the file 'KHAFormViewController.swift'

i'm very sorry that i cannot apply it to SwiftyForm and contribute.
it's hard for me :(

KHAForm example gif looks pretty good. Thank you for the link

Hi @JuseongJee

I have just implemented inline date pickers.

Cheers

Oh!
Great! :)