Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 754 Bytes

File metadata and controls

24 lines (13 loc) · 754 Bytes

Overview

This example Cocoa application explains the use of a NSCollectionView

HWGCollectionViewDelegate Protocol

@optional
- (void)HWGCollectionView:(HWGCollectionView *)collectionView  withView:(HWGOptionView*)menuView didSelectedRow:(NSInteger)row;
- (void)HWGCollectionView:(HWGCollectionView *)collectionView  withView:(HWGOptionView*)menuView unSelectedRow:(NSInteger)row;

HWGCollectionViewDelegate Protocol

Reference

stackoverflow: how-to-create-nscollectionview-programatically-from-scratch

License

This software is published under the MIT License.