I need to programatically create and position a button in a Mac OS X Cocoa application. Any help would be appreciated...
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
closed as not a real question by Josh Caswell, Rob Keniger, Bill the Lizard♦ Apr 25 '12 at 17:22
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
All buttons are controls and all controls are views, so see, in order: |
|||
|
|
|
To possition button You need to change the button's origins x and y. Look at the sample code which I wrote below and comments. You can do it like this:
** WindowOutlet is window so don't forget to IBOutlet it. |
||||
|
|
