Hey all, I'm trying to change some button title programaticly.
Just using
Actually I'm using an array with the new content, cus it will contain the next value of the current index. But that works.
Only thing is, once its doing that, it seems like its fading out, and back in with new title...
Anyone knows how to shut this animation off ?
Just using
Code:
[myButton setTitle: @"some new text" forState: UIControllStateNormal];
Actually I'm using an array with the new content, cus it will contain the next value of the current index. But that works.
Only thing is, once its doing that, it seems like its fading out, and back in with new title...
Anyone knows how to shut this animation off ?
Last edited: