Button postion not changing in View Controller. (Xcode)

Posted by theCodeKing on Programmers See other posts from Programmers or by theCodeKing
Published on 2014-08-23T09:28:54Z Indexed on 2014/08/23 10:34 UTC
Read the original article Hit count: 334

Filed under:
|
|

I have a View controller in xcode 6 (beta 5). I have put 4 buttons in it through the Object library in a .xib. But when i open the app in iOS simulator the buttons are the right y position but not correct x-position()they are on the right edge. No matter where i move them in the xib they only change y-position. I even moved them using the size inspector, but to no avail. How can i actually move them?

© Programmers or respective owner

Related posts about objective-c

Related posts about xcode