I'm building an iphone app in which I should create a new view based upon some data... so how can I programatically create a new view with buttons, labels and pictures dinamically? Has somebody an example?!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
First rightclick on your Xcode project (in ios 5) and select "New file">select cocoa touch>objective c class>subclass of uiview>and name your file name. THen add the following code in the .m file.
Then create the buttons as described in below posts. |
||||
|
|