UIButton At Run Time
Posted
by
rami
on Stack Overflow
See other posts from Stack Overflow
or by rami
Published on 2012-03-30T05:25:36Z
Indexed on
2012/03/30
5:30 UTC
Read the original article
Hit count: 127
I want to create UIButton At Run Time. I Have main view in which I have Table View when I select Row it Open Sub View with Toolbar and in that I Click on Add Button on tool Bar it opens the another view in which I add My value(like name)now when I press save Button It goes back to the sub View with Toolbar and it create button with name which I save and add it in sub view But problem is when I do it again all things done well But The Button Which created previous is not seen in sub view.It display only button with name Which I save Last.
© Stack Overflow or respective owner