Anthony Lobianco

Results 6 comments of Anthony Lobianco

@ryanpeggs, take a look at this commit: e15cfacfc75981794afb66deef0cc7de2e0ede5d I switched over to KVO but there's a problem with monitoring the view's frame. Because the navigation bar resizes itself when going...

And [this post on StackOverflow](http://stackoverflow.com/a/6114395/969967) makes me think it's best to not use KVO at all... I suppose I could always add a frame-changed-notifier method to put in the view...

I want to incorporate this but I haven't thought of the best way yet. It's on the list though.

Lots of good info here, thanks! Unfortunately, that `flag` check is needed when dealing with orientation changes while a banner(s) is being animated, so removing it might cause more problems...

I would prefer to handle "forced" dismissal of banners in a cleaner manner, which would hopefully help in this situation. I've been busy recently with other projects but that is...