Display custom data in rows and columns.
Framework
- App
Kit
Display custom data in rows and columns.
Framework
class NSTable View
A set of related records, displayed in rows that represent individual records and columns that represent the attributes of those records.
class NSTable Cell View
A reusable container view shown for a particular cell in a table view that uses rows for content.
protocol NSTable View Data Source
A set of methods that a table view uses to provide data to a table view and to allow the editing of the table view's data source object.
protocol NSTable View Delegate
A set of optional methods you implement in a table view delegate to customize the behavior of the table view.
class NSTable Header View
An object that draws headers over a table view's columns and handles mouse events in those headers.
class NSTable Header Cell
An object that a table header view uses to draw the content of the column headers.
class NSTable Row View
The view shown for a row in a table view.
class NSTable Column
The display characteristics and identifier for a column in a table view.
class NSTable View Row Action
A single action to present when the user swipes horizontally on a table row.
Provide a column-based interface for viewing and navigating hierarchical information.
Display one or more subviews in a highly configurable arrangement.
Display a list-based interface for hierarchical data, where each level of hierarchy is indented from the previous one.
class NSText View
A view that draws text and handles user interactions with that text.