0
如果我的遊戲視圖是GLKViewController,創建遊戲菜單的最佳方式是什麼?iOS中的遊戲菜單
如果我創建通過使用XCode中可用的OpenGL遊戲模板測試應用程序(的iOS> = 5),我可以添加一個導航控制器,創建一個UIViewController作爲遊戲菜單和添加一個按鈕新的遊戲,例如,其具有如果你按照這些步驟運行應用程序,點擊新建遊戲按鈕,看到兩個立方體旋轉並點擊返回,你將看到相同的屏幕,並且需要再次點擊返回到遊戲菜單。在此過程中記錄以下錯誤:
2013-01-24 22:35:18.781 test1[640:907] nested push animation can result in corrupted navigation bar
2013-01-24 22:35:19.221 test1[640:907] Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.
2013-01-24 22:35:19.226 test1[640:907] Unbalanced calls to begin/end appearance transitions for <TestViewController: 0x1d836880>.
2013-01-24 22:35:33.689 test1[640:907] nested push animation can result in corrupted navigation bar
2013-01-24 22:35:34.079 test1[640:907] Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.
2013-01-24 22:35:34.083 test1[640:907] Unbalanced calls to begin/end appearance transitions for <TestViewController: