RBPhotoFieldDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBPhotoField.h |
– cameraSelectedWithPhotoField:
required method
Called when the camera button is selected by the image field.
- (void)cameraSelectedWithPhotoField:(nonnull RBPhotoField *)photoField
Parameters
photoField |
The image field object. |
---|
Discussion
Called when the camera button is selected by the image field.
Declared In
RBPhotoField.h
– librarySelectedWithPhotoField:
required method
Called when the image library button is selected by the image field.
- (void)librarySelectedWithPhotoField:(nonnull RBPhotoField *)photoField
Parameters
photoField |
The image field object. |
---|
Discussion
Called when the image library button is selected by the image field.
Declared In
RBPhotoField.h