UIButton *createAccount = [UIButton buttonWithType:UIButtonTypeCustom];
  createAccount.frame = CGRectMake(125, hieght = hieght + 417, 518, 85);
        [createAccount setBackgroundImage:[UIImage imageNamed:@"btn_wid280.png"] forState:UIControlStateNormal];
         createAccount.titleLabel.f boldSystemFontOfSize:30.0f];
 [createAccount setTitle:@"CREATE ACCOUNT" forState:UIControlStateNormal];
 [createAccount addTarget:self action:@selector(createAction) forControlEvents:UIControlEventTouchUpInside];
 [self.view addSubview:createAccount];

Add a code snippet to your website: www.paste.org