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

MeasurementPicker Added #12

Merged
merged 3 commits into from
Oct 25, 2011
Merged

MeasurementPicker Added #12

merged 3 commits into from
Oct 25, 2011

Conversation

ecordell
Copy link
Contributor

I added a pickerview that adds labels for units, and splits each digit of a number into its own component.

It looks like this:

Which is generated by the following code:

[ActionSheetPicker displayActionPickerWithView:sender 
                                 bigUnitString:@"m" bigUnitMax:330 selectedBigUnit:self.selectedBigUnit 
                               smallUnitString:@"cm" smallUnitMax:99 selectedSmallUnit:self.selectedSmallUnit
                                        target:self action:@selector(measurementWasSelected:::) title:@"Select Length"];

@TimCinel TimCinel merged commit d770b7a into TimCinel:master Oct 25, 2011
@TimCinel
Copy link
Owner

Thanks for the contribution :)

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.

2 participants