- A caption provides additional information about a form item. - The caption appears in a smaller font than the title. For example, in a boolean property editor (caption text is the “Morbi leo risus…” text): <img width="374" alt="image" src="https://user-images.githubusercontent.com/62978/63462964-53c29b80-c419-11e9-9feb-8693470a0f4b.png"> To-do: - [ ] Add `caption` property to `RSPropertyFormItem`. - [ ] Update `RSBooleanPropertyEditor` to display caption if provided. - [ ] Update `RSFloatPropertyEditor` to display caption if provided. - [ ] Update `RSObjectPropertyEditor` to display caption if provided. - [ ] Update `RSPropertyViewer` to display caption if provided. - [x] Update `RSTextInputPropertyEditor ` to display caption if provided. - [ ] Add caption support to `RSLabelTableViewCell `. - [ ] Add caption support to `RSSliderTableViewCell`. - [ ] Add caption support to `RSSwitchTableViewCell`. - [ ] Add caption support to `RSTextFieldTableViewCell`.
For example, in a boolean property editor (caption text is the “Morbi leo risus…” text):
To-do:
captionproperty toRSPropertyFormItem.RSBooleanPropertyEditorto display caption if provided.RSFloatPropertyEditorto display caption if provided.RSObjectPropertyEditorto display caption if provided.RSPropertyViewerto display caption if provided.RSTextInputPropertyEditorto display caption if provided.RSLabelTableViewCell.RSSliderTableViewCell.RSSwitchTableViewCell.RSTextFieldTableViewCell.