How can I create a basic UIButton programmatically? For example in my view controller, when executing the viewDidLoad method, three UIButtons will be created dynamically and its layout or properties are set.
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.
|
|
|
Here's one:
|
|||||||||||||||||||
|
|
|||||||||||||
|
|
To add a button programatically to your controller's view, use the following:
To add three of these, rinse and repeat. |
||||
|
|
|
Here you can create dynamically a UIButton:
|
||||
|
|
|
are you trying to create three dynamic instances of a button? if not, then the answer is mahboudz above. otherwise, you can just put the creator instance within a loop and dynamically add names from an array if you so wish. |
|||
|
|
|
||||
|
|
|
||||
|
|
|
|||
|
|
|
Try it....
Hope i helped. |
|||
|
|
and you can add it to the view:
|
|||
|
|



