Method to fire directly after device rotates
In my iOS app I have everything set up based on proportions. It creates
all my images programmatically based on the device width and height. I
found online that I need to use:
-
(void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
duration:(NSTimeInterval)duration
However since I use the screen width and height I need to call my reload
after it rotates. What function do I use like this one that fires after
the rotation occurs?
No comments:
Post a Comment