I have a UIview that I draw a series of buttons on. I want to change these buttons depending on the choice the user makes. This works well ... but I cannot remove the buttons that were already there.
This is a UIScrollView with a view added as a subtitle. This is a peep that I need to basically βclearβ / erase. There is nothing in this view in the interface builder. I just add it to my code.
I looked around and watched how to do subViewcontroller setNeedsDisplay, but nothing works.
any ideas? Thanks for any help.
iphone uiview
Matt facer
source share