Tanner Bennett 6 년 전
부모
커밋
29dd970ea7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Classes/GlobalStateExplorers/FLEXObjectListViewController.m

+ 2 - 2
Classes/GlobalStateExplorers/FLEXObjectListViewController.m

@@ -240,9 +240,9 @@
         }
     ];
     
-    section.selectionHandler = ^(__kindof UIViewController *host, id element) {
+    section.selectionHandler = ^(__kindof UIViewController *host, FLEXObjectRef *ref) {
         [self.navigationController pushViewController:[
-            FLEXObjectExplorerFactory explorerViewControllerForObject:element
+            FLEXObjectExplorerFactory explorerViewControllerForObject:ref.object
         ] animated:YES];
     };