Skip to content

Added support to QPickerElement for submit values#612

Open
michelevirgilio wants to merge 1 commit intoescoz:masterfrom
michelevirgilio:master
Open

Added support to QPickerElement for submit values#612
michelevirgilio wants to merge 1 commit intoescoz:masterfrom
michelevirgilio:master

Conversation

@michelevirgilio
Copy link
Copy Markdown

Now it is possible to use submit values:

NSArray *component1 = @[@"Vendita", @"Affitto", @"Vacanza"];
NSArray *componentValues1 = @[@"V", @"A", @"S"];
NSArray *component2 = @[@"A", @"B"];
NSArray *componentValues2 = @[@"aaaa", @"bbbbb"];
QPickerElement *simplePickerEl = [[QPickerElement alloc] initWithTitle:@"Key"
                                                                 items:@[component1, component2]
                                                           itemsValues:@[componentValues1, componentValues2]
                                                                 value:@"Vacanza\tB"];

Submit value is obtainable by calling

simplePickerEl.submitValue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant