iPhone autorotation for too many objects on screen
- by Denis
Hi!
I have a BlahAppDelegate, BlahViewController and no nibs in my iPhone app project. Only some subclasses of UIView in addition. All this is situated in main.m.
My app has 6 subclassed UIViews. Each of it contains 18 UIImageViews.
I need to get autorotating work. Or custom rotating. Or something. For example it would be nice to fade the screen out when device is rotated, then move/resize views and then fade screen out. But I don't know how to automate it, without writing a resizing code for each of objects.
Please help me if you can.