UIButton setTitle (iphone)

myString = @"hoge";
[myButton setTitle: myString forState:UIControlStateNormal];

UIButtonの表示名を動的に変えたいとき。