escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Popover view offset error #544

Open XEnmaai opened 11 years ago

XEnmaai commented 11 years ago

i create many QradioElement .when i scroll the view . error as the picture in attach;

the method -(void)displayViewControllerInPopover

seems has error

i change the Popover's CGRectMake and solve the problem

bug i do not sure。

003

escoz commented 11 years ago

Could you please send a repro for this? I can't reproduce it.

escoz commented 11 years ago

Actually this seems to be happening in iOS7 on the sample app.

XEnmaai commented 11 years ago

hi:

i use the sample app on iPad simulator/ios 6.1(10B141)...

xjtoooo

From: Eduardo Scoz Date: 2013-09-12 05:49 To: escoz/QuickDialog CC: Enmaai Subject: Re: [QuickDialog] maybe QRadioElement has a bug---> the poperview offset error (#544) Could you please send a repro for this? I can't reproduce it. — Reply to this email directly or view it on GitHub.

andresatwork commented 10 years ago

This is what worked for me, modifying QuickDialogController+Navigation.h

yOffset does not seem to be needed.

rodmaz commented 10 years ago

I can confirm this fixes the issue.

nicorsm commented 10 years ago

@escoz can you add this fix for a new release?