UIView *sampleView = [[UIView alloc] init]; sampleView.frame = CGRectMake:(10,10,100,100); sampleView.backgroundColor = [UIColor redColor]; [self.view addSubView:sampleView];