---
title: Specifying a Custom Row View in a Nib File
framework: appkit
role: collectionGroup
role_heading: API Collection
path: appkit/specifying-a-custom-row-view-in-a-nib-file
---

# Specifying a Custom Row View in a Nib File

View-based table view instances use NSTableViewRowKey to identify the nib file containing the template row view. You can specify a custom row view (without any code) by associating this key with the appropriate nib name in Interface Builder.

## Overview

Overview This constant is only applicable to NSView-based table views.

## Topics

### Constants

- [rowViewIdentifier](appkit/nstableview/rowviewidentifier.md)

## See Also

### Constants

- [NSTableView.DraggingDestinationFeedbackStyle](appkit/nstableview/draggingdestinationfeedbackstyle-swift.enum.md)
- [NSTableView.DropOperation](appkit/nstableview/dropoperation.md)
- [NSTableView.GridLineStyle](appkit/nstableview/gridlinestyle.md)
- [NSTableView.ColumnAutoresizingStyle](appkit/nstableview/columnautoresizingstyle-swift.enum.md)
- [NSTableView.SelectionHighlightStyle](appkit/nstableview/selectionhighlightstyle-swift.enum.md)
- [NSTableView.AnimationOptions](appkit/nstableview/animationoptions.md)
- [NSTableView.RowSizeStyle](appkit/nstableview/rowsizestyle-swift.enum.md)
- [NSTableView.RowActionEdge](appkit/nstableview/rowactionedge.md)
