gumbright / UIXOverlayController

Obsolete: Replaced by UIXOverlayViewController

Home Page:https://github.com/gumbright/UIXOverlayViewController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

viewDidAppear, viewDidDisappear not called

tfonfara opened this issue · comments

Hi,

first let me tell you that I'm very happy about your work, thank you!

But under iOS 4 I found a bug, viewDidAppear and viewDidDisappear are not called in the UIXOverlayContentViewController, under iOS 5 this methods are called.
Maybe you can fix it?

Thanks!

Thanks for letting me know. I will take a look at it as soon as a can.
Glad you are finding it useful.

Guy

On Nov 9, 2011, at 10:15 AM, tfonfara wrote:

Hi,

first let me tell you that I'm very happy about your work, thank you!

But under iOS 4 I found a bug, viewDidAppear and viewDidDisappear are not called in the UIXOverlayContentViewController, under iOS 5 this methods are called.
Maybe you can fix it?

Thanks!


Reply to this email directly or view it on GitHub:
#1

Thanks, glad you are finding it useful.

I just pushed changes to github that have viewDidAppear & viewDidDisappear called for iOS versions less than 5.0. Be aware that (obviously) the timing is a bit different than from the system generated calls and you may need to take that into account.

Sorry it took so long for me to get to this. Hopefully you found a way around your problem and weren't waiting on me.

Guy

On Nov 9, 2011, at 10:15 AM, tfonfara wrote:

Hi,

first let me tell you that I'm very happy about your work, thank you!

But under iOS 4 I found a bug, viewDidAppear and viewDidDisappear are not called in the UIXOverlayContentViewController, under iOS 5 this methods are called.
Maybe you can fix it?

Thanks!


Reply to this email directly or view it on GitHub:
#1

Changes added