Tanner Bennett лет назад: 6
Родитель
Сommit
5cff9ce3e8
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Classes/ViewHierarchy/TreeExplorer/FLEXHierarchyTableViewController.m

+ 0 - 1
Classes/ViewHierarchy/TreeExplorer/FLEXHierarchyTableViewController.m

@@ -239,7 +239,6 @@ typedef NS_ENUM(NSUInteger, FLEXHierarchyScope) {
 
 
 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
     _selectedView = self.displayedViews[indexPath.row]; // Don't scroll, avoid setter
     _selectedView = self.displayedViews[indexPath.row]; // Don't scroll, avoid setter
-    #warning does this get called when we programmatically select a view?
     if (self.didSelectRowAction) {
     if (self.didSelectRowAction) {
         self.didSelectRowAction(_selectedView);
         self.didSelectRowAction(_selectedView);
     }
     }