Kyle Goddard

Results 17 comments of Kyle Goddard

I'm unable to replicate this with the example app. Could you post a screenshot of the symptoms?

Nevermind, I see now, as below? I'll have a look as soon as possible. ![ios simulator screen shot may 18 2015 9 18 28 pm](https://cloud.githubusercontent.com/assets/86307/7693694/777c9fbc-fda3-11e4-9d7d-ee93bd2776b5.png)

yumsmools, if you've found a reasonable working solution It would be helpful if you post it. I've tried a bunch of things and nothing is working for me.

This has been a bear of a bug, I am opening a ticket with Apple tech support.

Apple noted this as having been resolved even though the issue persists. In the next version I'll see if there is a way to repair this bug.

You want the "hovering" centre view controller to appear longer while the drawer is open?

The property that sets the drawer width is `kKGDefaultViewContainerWidth` on the `KGDrawerView` class. The default value is 280.

I should have a chance to look at this soon. Sorry for the delay.

for the alert controller what is in the self.presentingViewController property?

So far I'm unable to replicate this issue. Using the following code I am able to display an alert with no issues, and no second tap. ` @IBAction func displayAlert(_...