open func registerReuseIdentifierIfNeeded(_ reuseIdentifier: String) {
...
/// The UI hints that are supported by this view controller.
open class var supportedUIHints: Set<RSDFormUIHint> {
return [.list, .textfield, .picker, .checkbox, .radioButton, .modalButton]
}
open func configure(cell: UITableViewCell, in tableView: UITableView, at indexPath: IndexPath) {
...