Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add formDatePickerStyle property to XLFormDateCell #1078

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

nickreffitt
Copy link
Contributor

@nickreffitt nickreffitt commented Oct 31, 2020

This PR adds support for changing the datePicker's preferredDatePickerStyle property, and issue raised in #1074

This can be used like so:

row = [XLFormRowDescriptor formRowDescriptorWithTag:kRowDescriptorTagReminderTime
                                            rowType:XLFormRowDescriptorTypeTimeInline
                                              title:@"Remind me at"];
row.cellConfigAtConfigure[@"formDatePickerStyle"] = @(XLFormDateDatePickerStyleWheels);

@nickreffitt nickreffitt changed the title Add datePicker style property to XLFormDateCell Add formDatePickerStyle property to XLFormDateCell Oct 31, 2020
@mattbold
Copy link

Hi @mats-claassen @nickreffitt do you know if a release including this DatePickerStyle functionality is due to be available via cocoapods? I'm keen to make use of it if possible!

@pnkjdubey0
Copy link

pnkjdubey0 commented Jan 26, 2022

This fix isn't working anymore. formDatePickerStyle attribute doesn't seem to have any impact anymore.
Screenshot 2022-01-27 at 12 35 33 AM
.

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.

None yet

4 participants