xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

Will XLForm officially support multi-level selector? #394

Open yisheng opened 9 years ago

yisheng commented 9 years ago

Like city selector (Country -> State -> Region).

littlehaker commented 9 years ago

+1

mtnbarreto commented 9 years ago

@yisheng
Currently XLForm doesn't have support for this kind of selector. Have you created a custom cell to get this behaviour? Regards

yisheng commented 9 years ago

@mtnbarreto

Yes, I created a custom form cell & a selector view controller to support it. But the codes are not optimized for general use, maybe I can try to open source it.

techistoner commented 9 years ago

@yisheng can you open source or post a url ?