瀏覽代碼

Fix issue where collection/table view toggle button was out of sync with actual visible view

use property for usingTableViewToShowData instead of ivar
directly store and retrieve property to/from user defaults
don't use negation in ifs if an else exists
introduce helper method to access selected index paths (DRY)
-[NSIndexPath item]  and -[NSIndexPath row] are access the same index in the index path
Felix Paul Kühne 9 年之前
父節點
當前提交
0ac7a87991
共有 1 個文件被更改,包括 75 次插入81 次删除
  1. 75 81
      Sources/VLCLibraryViewController.m

File diff suppressed because it is too large
+ 75 - 81
Sources/VLCLibraryViewController.m