add child
How to add child view in a UI view?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Selva GanapathyPosted Nov 21, 2014, 8:00 AM
Hi Jegan Priya,
You can make use of following code to achieve your requirement
Button *button;
[self.view addSubview:button];
Regards,
Selva Ganapathy K