Re: iOS rotate to interface orientation problem

2011-04-20 Thread Matt Neuburg
On Mon, 18 Apr 2011 19:30:03 +0800, Leon Qiao said: >Dear all, >But it feels like the old understanding of the rotate user interface >orientation is not correct. Would you please tell me >where is the right place that I should put the modification frame code. You might find this useful: http://w

Re: iOS rotate to interface orientation problem

2011-04-18 Thread Leon Qiao
Hi Evadne, Thanks for your reply! I tried the "willAnimateRotationToInterfaceOrientation:duration:" as you mentioned. And so far, so good. Best regards Leon 2011/4/18 Evadne Wu > For not using autoresizing masks, is it that you don’t want to use > them (theological reasons) or you can’t (pragm

Re: iOS rotate to interface orientation problem

2011-04-18 Thread Evadne Wu
For not using autoresizing masks, is it that you don’t want to use them (theological reasons) or you can’t (pragmatic reasons)? Please just use them if possible, will save lots of wasted hours wrestling the frameworks. Don’t fight the frameworks :) Otherwise, try willAnimateRotationToInterfaceOr