Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as Plain Text by Code ( 12 years ago )
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];

 

Revise this Paste

Your Name: Code Language: