I have several components on my UIView like textfields, labels, tables, buttons. I want to handle device orientation changes. How to make these components arrange at right place automatically? Or do I need to re-frame them?
Please help.
Thanks
You may use Autosizing option for the orientation changes.No need to write even a single line of code.