UIWebView rotation on iPad

后端 未结 2 430
猫巷女王i
猫巷女王i 2021-02-07 14:57

On the iPad, I present a view in the \"detail\" side of a split view controller that is basically just a UIWebView, which loads an HTML file in the application bund

2条回答
  •  轮回少年
    2021-02-07 15:57

    It's also possible to deal with this by putting

    [myWebView reload];

    into the shouldAutorotateToInterfaceOrientation method

    -- but if you're on a 3G connection this can be slow

提交回复
热议问题