CNGridViewItem Class Reference
Inherits from | NSView |
Declared in | CNGridViewItem.h |
Tasks
Initialization
-
– initWithLayout:reuseIdentifier:
Creates and returns an initialized This is the designated initializer.
Reusing Grid View Items
-
reuseIdentifier
property -
isReuseable
property -
– prepareForReuse
Item Default Content
-
itemImage
property -
itemTitle
property -
index
property -
representedObject
The object that the receiving item view represents
property -
+ defaultItemSize
Grid View Item Layout
-
defaultLayout
property -
hoverLayout
property -
selectionLayout
property -
useLayout
property
Selection and Hovering
-
selected
property -
selectable
property -
hovered
property
Properties
defaultLayout
@property (nonatomic, strong) CNGridViewItemLayout *defaultLayout
Declared In
CNGridViewItem.h
hoverLayout
@property (nonatomic, strong) CNGridViewItemLayout *hoverLayout
Declared In
CNGridViewItem.h
representedObject
The object that the receiving item view represents
@property (assign) id representedObject
Declared In
CNGridViewItem.h