Instance Method
collectionView(_:menuForItemsAt:) collectionView:menuForItemsAtIndexes: collectionView_menuForItemsAtIndexes_
Declaration
optional func collectionView(_ collectionView: BCCollectionView!, menuForItemsAt indexSet: IndexSet!) -> NSMenu!Declaration
- (NSMenu *) collectionView:(BCCollectionView *) collectionView menuForItemsAtIndexes:(NSIndexSet *) indexSet;Declaration
collectionView_menuForItemsAtIndexes_(collectionView: BCCollectionView, indexSet: NSIndexSet) -> NSMenu