Als «iphone» getaggte Fragen

189
Wie kann ich die UIButton-Titelfarbe ändern?

Ich erstelle programmgesteuert eine Schaltfläche .......... button = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [button addTarget:self action:@selector(aMethod:) forControlEvents:UIControlEventTouchDown]; [button setTitle:@"Show View" forState:UIControlStateNormal]; button.frame =...