I'm not sure if the existing collectionViewController in identifiers.yml is the version for iOS, but in macOS projects, collection views are stored in collectionViewItem XML nodes in the Storyboard.
I've added support for both collectionViewItems, tableColumn and tableCellView.
I'm not sure if the existing
collectionViewController
inidentifiers.yml
is the version for iOS, but in macOS projects, collection views are stored incollectionViewItem
XML nodes in the Storyboard.I've added support for both
collectionViewItems
,tableColumn
andtableCellView
.This PR adds these items to the identifiers list.