I'm trying to implement a control called SCLAlerView which enhances Alert messages. But I'm facing a problem when iOS 7 is used (it wotks well on iOS 8). On portrait mode, alert view is shown correctly but in landscape mode or when rotates from portrait to landscape mode, alert view is show wrongly (see images).
Deeping in code I've seen that on iOS 7 viewDidLayoutSubviews method wasn't called on rotate device.
Has anybody worked with this control on landscape mode and iOS 7? Any idea what's is happening?
Thanks,