I'm making an app that shows a web page and some other stuff.
I want to make it possible that the user can turn his phone and view the app in landscape. The app is in Landscape now, but I don't know how to let the webview rotate too.
Short: The app rotates but the Web View(s) doesn't /aren't
How are you setting things up so that your app rotates to landscape but the web view does not?
You should use a UIViewController and let it manage the orientation changes for you. There's an entire section devoted to this in the View Controller Programming Guide.
Okay, followed Apple's instructions.
the webviews in my TableViewController are rotating (table1.xib and table2.xib) but the webview in my FirstView isn't... This is strange. I can provide the source code if needed, it isn't a that commercial app.