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

ActionSheetPickerView Picker View not appearing for iPAD #187

Closed
VinayagamD opened this issue Jun 25, 2015 · 10 comments
Closed

ActionSheetPickerView Picker View not appearing for iPAD #187

VinayagamD opened this issue Jun 25, 2015 · 10 comments

Comments

@VinayagamD
Copy link

The picker view is inflating with iPhone and not in iPad how to fix this issue.
Thanks in advance

@VinayagamD
Copy link
Author

ActionSheetDatePickerView view not displaying for iPAD this was exact issue

@skywinder
Copy link
Owner

What the iOS version?
Did you check example project on iPad? Is it not working too?

@VinayagamD
Copy link
Author

ios 8.1

@skywinder
Copy link
Owner

Did you try to run example project? Is it works?

@skywinder
Copy link
Owner

Looks very similar to #156.
Check your origin

@VinayagamD
Copy link
Author

Ya it is similar but here it is only for iPad not for iPhone.
With Regards,

Vinayagam.D
Wattabyte Inc

On Jun 25, 2015, at 5:22 PM, Petr Korolev notifications@github.com wrote:

Looks very similar to #156 #156

Reply to this email directly or view it on GitHub #187 (comment).

@skywinder
Copy link
Owner

@VinayagamD it also for ipad. Did you check origin parameter?
please, provide code your code example.

@VinayagamD
Copy link
Author

self.pickerView = [self configuredPickerView];
    NSAssert(_pickerView != NULL, @"Picker view failed to instantiate, perhaps you have invalid component data.");
    [masterView addSubview:_pickerView];
    [self presentPickerForView:masterView];

If it enter this statement is there any problem

@VinayagamD
Copy link
Author

if ( IS_IPAD )
{
return CGSizeMake(320, 320);
}

what is the size need to be given?

@skywinder
Copy link
Owner

@VinayagamD Is #131 Fix this issue?

skywinder added a commit that referenced this issue Dec 4, 2015
Fix #131
Fix #156
skywinder added a commit that referenced this issue Dec 4, 2015
A UIView contain no text rather than nil should be returned when object in data is not NSString and do not respond to decription message.

Update changelog for version 2.0.3

Fixes presentation issue on iPads

Use (instancetype) instead of (id)

Fix #187
Fix #131
Fix #156
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

3 participants
@skywinder @VinayagamD and others