RBManagedFormPhotoFieldSchema Class Reference

Inherits from RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject
Declared in RBManagedFormPhotoFieldSchema.h

Overview

A managed form photo field schema.

  hasCameraButton

Whether or not the field should allow a photo to be captured via the camera. Default = YES.

@property (nonatomic) BOOL hasCameraButton

Discussion

Whether or not the field should allow a photo to be captured via the camera. Default = YES.

Declared In

RBManagedFormPhotoFieldSchema.h

  hasLibraryButton

Whether or not the field should allow a photo to be selected from the users photo library. Default = YES.

@property (nonatomic) BOOL hasLibraryButton

Discussion

Whether or not the field should allow a photo to be selected from the users photo library. Default = YES.

Declared In

RBManagedFormPhotoFieldSchema.h