瀏覽代碼

playback info: re-order tabs

Felix Paul Kühne 9 年之前
父節點
當前提交
474919155d
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      Apple-TV/Playback/Playback Info/VLCPlaybackInfoTVViewController.m

+ 2 - 4
Apple-TV/Playback/Playback Info/VLCPlaybackInfoTVViewController.m

@@ -53,14 +53,12 @@
 
     [self setupTabBarItemAppearance];
 
-    _allTabViewControllers = @[
-                               [[VLCPlaybackInfoMediaInfoTVViewController alloc] initWithNibName:nil bundle:nil],
-                               [[VLCPlaybackInfoChaptersTVViewController alloc] initWithNibName:nil bundle:nil],
+    _allTabViewControllers = @[[[VLCPlaybackInfoChaptersTVViewController alloc] initWithNibName:nil bundle:nil],
                                [[VLCPlaybackInfoTracksTVViewController alloc] initWithNibName:nil bundle:nil],
                                [[VLCPlaybackInfoRateTVViewController alloc] initWithNibName:nil bundle:nil],
+                               [[VLCPlaybackInfoMediaInfoTVViewController alloc] initWithNibName:nil bundle:nil],
                                ];
 
-
     UITabBarController *controller = [[VLCPlaybackInfoTVTabBarController alloc] init];
     controller.delegate = self;
     self.tabBarController = controller;