I have a button that I need to move on viewDidLoad but it doesn't want to move... strange thing is that if I use the same exact code on a -(IBAction) then it moves as it should... any clue why is this happening? the code I'm using to move the button is this:
self.myButton.center = CGPointMake(50, 120);
thanks for any help. Peace, Massy