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