Skip to content

jonathanramirez/SimpleNSCollectionView

Repository files navigation

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.

About

This example Cocoa application, basic functionality NSCollectionView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published