Open
Description
- Add a new
UITableViewCell
subclass that uses aUITextView
to enter text and add to the list:
open func registerReuseIdentifierIfNeeded(_ reuseIdentifier: String) {
...
- Add the supported type to the list:
/// The UI hints that are supported by this view controller.
open class var supportedUIHints: Set<RSDFormUIHint> {
return [.list, .textfield, .picker, .checkbox, .radioButton, .modalButton]
}
- Handle any custom configuration:
open func configure(cell: UITableViewCell, in tableView: UITableView, at indexPath: IndexPath) {
...
Metadata
Metadata
Assignees
Labels
No labels