Closed scorpiozj closed 11 years ago
Now it does! Thanks for adding this to the code.
No. Still not fully support rotation in iOs7. Checked attached image.
I need fully rotation supported code. Please help me. Can you give me code for that.?
I run the project with iPad simulator and the problem not happened. Could you provide more information? for example you can provide each step and your environments so that the same problem can be found.
Run this project. Rotate simulator fast. Got this issue.
it leaves "TODO" for this kind action. In the line 354 of CustomIOS7AlertView.m, add the following can simply fix it:
[[NSNotificationCenter defaultCenter] postNotificationName:UIDeviceOrientationDidChangeNotification object:nil];
try it, and good luck!
Currently it can't rotation with the device rotation.