UIButton *btnMy=[[UIButton alloc] initWithFrame:CGRectMake(0,0,768,40)]; [btnMy setBackgroundColor:[UIColor redColor]]; [self.view addSubview:btnMy];