浏览代码

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

文件差异内容过多而无法显示
+ 75 - 81
Sources/VLCLibraryViewController.m