addField: method of the RTRDataSchemeBuilder protocol
Adds a new field.
The rules to which the data should conform may be specified later via the field builder object.
Note: Currently, only one scheme may exist in the profile, and only one field may be defined in the scheme.
- (id<RTRDataFieldBuilder>)addField:(NSString*)id;
Parameters
- id
- The field identifier.
Return values
The method returns an instance implementing the RTRDataFieldBuilder protocol.
02.03.2022 12:59:15