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

Button area slightly off #55

Closed
unpluggedk opened this issue Sep 6, 2012 · 1 comment
Closed

Button area slightly off #55

unpluggedk opened this issue Sep 6, 2012 · 1 comment

Comments

@unpluggedk
Copy link

very first button is good but right portion of second button and big chunk of portion of cancel button is not respondng well.

is this a known issue?

thanks in advance!

the following is all i am doing btw.

    ActionSheetDatePicker *_actionSheetPicker = [[ActionSheetDatePicker alloc] initWithTitle:@""
                                                                              datePickerMode:UIDatePickerModeDate
                                                                                selectedDate:[NSDate date]
                                                                                      target:self
                                                                                      action:@selector(dateWasSelected:element:)
                                                                                      origin:self.view];
    [_actionSheetPicker addCustomButtonWithTitle:@"Today" value:[NSDate date]];
    _actionSheetPicker.hideCancel = NO;
    [_actionSheetPicker showActionSheetPicker];
@unpluggedk
Copy link
Author

nevermind, seems like an iphone sdk - intended to work this way with the tilt sensors

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

No branches or pull requests

1 participant