Skip to content

Commit

Permalink
js部分代码删除
Browse files Browse the repository at this point in the history
  • Loading branch information
BigShow1949 committed Aug 9, 2017
1 parent a7fcdba commit 3d37fcb
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions BigShow1949.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5989,6 +5989,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Debug;
};
Expand Down Expand Up @@ -6020,6 +6021,7 @@
SWIFT_OBJC_BRIDGING_HEADER = "BigShow1949/Classes/18 - Swift专栏/BigShow1949-Bridging-Header.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 1;
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Release;
};
Expand Down
Binary file not shown.
Binary file modified BigShow1949/.DS_Store
Binary file not shown.
Binary file modified BigShow1949/Classes/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ - (void)viewDidLoad {


[self setupDataArr:@[@[@"JSCore",@"JSCoreViewController"],
@[@"JSBridge使用",@"WebViewJSBridgeVC"]]];
@[@"JSBridge使用",@"WebViewJSBridgeVC"], // 还有点问题
]];

}
@end
Binary file modified BigShow1949/Classes/09 - Animations(动画)/.DS_Store
Binary file not shown.

0 comments on commit 3d37fcb

Please sign in to comment.