UIAccessoryView is an interface component used with UITableViews to display extra information and editing options to users.
UIAccessoryView is an interface component used with uitableviews to display extra information and editing options to users. TableView accessories are displayed inside of uitableviewcells and come in a variety of styles including:
- Checkmark
- Disclosure Arrow
- Detail Disclosure Arrow
- Delete Button
Documentation on Accessory Views can be found in Apple's developer documentation.