As the name of the topic, I got trouble when trying to rotate the UIAlertView. For some special reason, I can't use the setDeviceOrientation. And most of solution I search not working.
So is there any method to make rotation effects just for the UIAlertView? (Some UIAlertView methods or attributes).
By the way, I have a layer and a loop to add label on it. After updated, I want to remove all labels and add other labels. Is there any way to do it?
Thanks in advance.