I am using Xcode 4.2 iOS 5.0 and also using storyboard. I have simple button and I connected that button with outlet.Now I am changing the button text from code.Problem is that if my string of button title is that "hey how are you?" then it is showing in button title "hey....u?" .Can anyone suggest me where I am doing wrong or missing something else?
![enter image description here][1]
This is IB Settings.
I just wrote btw.textLabel.text=textstr; and frame is (0,0,290,42) and text str is time as for e.g [NSDate date]