JS 断点调试, - bang590/JSPatch GitHub Wiki
@implementation TestViewController
- (void)resetButton{ view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 200, 200)]; view.backgroundColor = [UIColor orangeColor]; [self.view addSubview:view]; } @end
@implementation TestViewController