BVFormFieldOptions Class Reference

Inherits from NSObject
Declared in BVFormFieldOptions.h

Overview

The BVFormFieldOptions are values that have been configured for a parent BVFormField element. An example when to use the Options array, is in forms that contain a UIPicker control. Programmatically a developer would iterate over the array extracting out the values and label to construct a UIPikcer.

For more information, please see the Options section of Bazaarvioce Submission Form documentation: https://developer.bazaarvoice.com/docs/read/conversations_api/tutorials/submission/how_to_build_a_subission_form#fields-element

  label

@property (nonnull) NSString *label

  value

@property (nonnull) NSString *value

  selected

@property (nonnull) NSNumber *selected

– initWithOptionsDictionary:

- (nonnull id)initWithOptionsDictionary:(nonnull NSDictionary *)dictionary