Probably a noob question here, I'm still getting started with all of these cool new toys , but this doesnt seem to be working:
Am i missing something simple?
Code:
startButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[startButton setTitle:@"Start Game" forState:UIControlStateNormal];
startButton.bounds = CGRectMake(120, 200, 80, 20);
[self addSubview:startButton];