瀏覽代碼

iOS: Show navigation bar on scrollsToTop

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Soomin Lee 8 年之前
父節點
當前提交
0146580080
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      Sources/VLCLibraryViewController.m

+ 8 - 0
Sources/VLCLibraryViewController.m

@@ -687,6 +687,14 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
     [self _displayEmptyLibraryViewIfNeeded];
 }
 
+
+#pragma mark - Scroll View Delegate
+
+- (void)scrollViewDidScrollToTop:(UIScrollView *)scrollView
+{
+    [self.navigationController.scrollNavigationBar resetToDefaultPositionWithAnimation:YES];
+}
+
 #pragma mark - Table View
 
 - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView