RBImageSelectionFieldDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBImageSelectionField.h |
– imageSelectionField:didSelectItemAtIndex:
Called when an image item was selected.
- (void)imageSelectionField:(nonnull RBImageSelectionField *)imageSelectionField didSelectItemAtIndex:(NSUInteger)itemIndex
Parameters
imageSelectionField |
The |
---|---|
itemIndex |
The index of the image item that was selected. |
Discussion
Called when an image item was selected.
Declared In
RBImageSelectionField.h
– imageSelectionField:didUnselectItemAtIndex:
Called when an image item was unselected.
- (void)imageSelectionField:(nonnull RBImageSelectionField *)imageSelectionField didUnselectItemAtIndex:(NSUInteger)itemIndex
Parameters
imageSelectionField |
The |
---|---|
itemIndex |
The index of the image item that was unselected. |
Discussion
Called when an image item was unselected.
Declared In
RBImageSelectionField.h