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

ActionSheetStringPicker problem with simulator and device iOS9 #233

Closed
nasanchez opened this issue Nov 25, 2015 · 1 comment
Closed

ActionSheetStringPicker problem with simulator and device iOS9 #233

nasanchez opened this issue Nov 25, 2015 · 1 comment

Comments

@nasanchez
Copy link

I have an application that uses ActionSheetStringPicker but when I call the ActionSheetStringPicker, the background of all my app is white. When I select a date, the picker dissapears and the white background also dissapears.

Can you help me? Here is my code:

self.selectedDate = [NSDate date];
_actionSheetPicker = [[ActionSheetDatePicker alloc] initWithTitle:@"Fecha inicio" datePickerMode:UIDatePickerModeDate selectedDate:self.selectedDate target:self action:@selector(dateWasSelected:element:) origin:self.view];
self.actionSheetPicker.hideCancel = YES;
[self.actionSheetPicker showActionSheetPicker];

captura de pantalla 2015-11-25 a las 11 25 05

@skywinder
Copy link
Owner

@nasanchez Did you solve this issue?

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

3 participants
@skywinder @nasanchez and others