I am learning iOS and using Apress - Beggining iOS 5 development book. The book says there is a window to preview UI elements's autosizing behaviour in size inspector as:
but I can not see such a window. After searching in Xcode windows I realized that that windows actually appearing in a very short time period while switching size inspector to any other section in utilities tab. How can I make it constanly appear?
I have found the answer here Xcode 4.3 not presenting Autoresizing panel in Size Inspector Just uncheck "Use Auto Layout" option on file inspector tab:
