-
Notifications
You must be signed in to change notification settings - Fork 2.2k
JS 断点调试,
nini1018 edited this page Jan 13, 2016
·
1 revision
@implementation TestViewController
- (void)resetButton{ view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 200, 200)]; view.backgroundColor = [UIColor orangeColor]; [self.view addSubview:view]; } @end