ストーリーボードから設定されたタイトルの楽しいボタンがあります
viewDidLoad でタイトルを変更します
self.catBut.titleLabel.text = @"Random";
そして、別のボタンがクリックされたとき
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title alert" message:@"Alert message" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];
[alert show];
しかし、アラートが表示された後、ボタンのタイトルがFunに戻ります