Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .multipleLine UI Hint type to RSDTableStepViewController #79

Open
syoung-smallwisdom opened this issue Jun 28, 2018 · 0 comments
Open

Comments

@syoung-smallwisdom
Copy link
Contributor

  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) {
        ...
syoung-smallwisdom added a commit to BridgeDigitalHealth/SageResearch that referenced this issue Mar 7, 2019
…ol-images

Update walk and balance images in Motor Control module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant