Skip to content
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
Clone this wiki locally