I have an app using the splitscreen controller. The detail view part of it does not resize when the iPad orientation changes. All the objects in the view remain the same size. Is my assumption about autoresizing wrong? Do I need to develop 2 different views, one for portrait and one for landscape? Then what about ipads with differenct screen sizes? Before you flame me, I did look in the documentation. This is just a general question. All I need to know is if the views are supposed to autoresize or not and if so, how.
Thanks.