我正在使用XLForm cocoapod,并且我正在尝试弄清楚如何以编程方式在XLForm中选择XLFormRowDescriptor。谢谢!
发布于 2017-05-24 06:29:19
您的UIViewController必须是XLFormViewController的子类。XLFormViewController上有一个属性"form“。这个“表单”是XLFormDescriptor类型的,它有多个方法来检索表单上的XLFormRowDescriptors。
formRowWithTag formRowAtIndex formRowWithHash
https://stackoverflow.com/questions/41902940
复制相似问题