Skip to content

Add .multipleLine UI Hint type to RSDTableStepViewController #79

Open
@syoung-smallwisdom

Description

@syoung-smallwisdom
  1. Add a new UITableViewCell subclass that uses a UITextView to enter text and add to the list:
    open func registerReuseIdentifierIfNeeded(_ reuseIdentifier: String)  { 
        ...
  1. 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]
    }
  1. Handle any custom configuration:
    open func configure(cell: UITableViewCell, in tableView: UITableView, at indexPath: IndexPath) {
        ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions