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

Cancel Action unknow for ActionSheetDistancePicker #166

Closed
bubudrc opened this issue Apr 8, 2015 · 1 comment
Closed

Cancel Action unknow for ActionSheetDistancePicker #166

bubudrc opened this issue Apr 8, 2015 · 1 comment

Comments

@bubudrc
Copy link

bubudrc commented Apr 8, 2015

Hi,

I tried to implement:

[ActionSheetDistancePicker showPickerWithTitle:@"Select Height"
                                     bigUnitString:@"m"
                                        bigUnitMax:2
                                   selectedBigUnit:0
                                   smallUnitString:@"cm"
                                      smallUnitMax:99
                                 selectedSmallUnit:0
                                            target:self
                                            action:@selector(measurementWasSelectedWithBigUnit:smallUnit:element:) origin:sender];

works great, but... how can I add a cancel action for cancel button?

@skywinder skywinder changed the title Cancel Action unknow Cancel Action unknow for ActionSheetDistancePicker Apr 9, 2015
@skywinder
Copy link
Owner

There is no convenience initialiser for it. I will fix it shortly.

skywinder added a commit that referenced this issue Apr 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants