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

XLFormRowDescriptorTypeSelectorPush如何动态设置选择项,如通过网络获取的 #1051

Closed yiliazhang closed 4 years ago

yiliazhang commented 5 years ago

XLFormRowDescriptorTypeSelectorPush如何动态设置选择项,如通过网络获取的

harveyseeking commented 5 years ago

XLFormRowDescriptor *row = [self.form formRowWithTag:@""]; row.selectorOptions = array; [self reloadFormRow:row]; Dose it work?