UI7Kit
UI7Kit copied to clipboard
Continuous UI7AlertView showing is not rendered correctly
Reported from #33
Show new UI7AlertView from another UIAlertView event doesn't render the views correctly
Met the same bug.
Even [self.showingAlertView dismissWithClickedButtonIndex:3 animated:NO]; or removeFromSuperview, alpha=0.0, still don't work.
This is fixed, except dim view. About dimView, even setHidden: doesn't work. I have no idea.
Patch is reverted due to terrible bug on iPhone / iOS6
You may could implement this by using SIAlertView https://github.com/Sumi-Interactive/SIAlertView, just like u did in UI7Control
I am recently under a new app deadline, I wish I could do some work more a couple of days later.
Some news about the input in UIAlertView?
@gribeiro-mobirama Not yet.
@gribeiro-mobirama I am sorry. I was totally forgot that I patched the input once. Input works well. Try it.
Actually, I still have some issues related to layout =/

I have basically the same problem at iOS6 when UI7AlertView shown just after system non-patched alert view of in-app purchases.
So, I solved this by introducing artificial delay like this:
[updateAlert performSelector:@selector(show) withObject:nil afterDelay:0.2];
Maybe this also helps in case of continuous UI7AlertViews...