I have a UIview which I am drawing a series of buttons on to. I want to change these buttons depending on a selection the user makes. This is working nicely... but I cannot remove the buttons which were already there.
It's a UIScrollView with a view added as a subview. It's the subview which I need to basically "clear" / wipe clean. In Interface builder there is nothing on that view. I simply add it in my code.
I've been looking around and have looked at doing subViewcontroller setNeedsDisplay, but nothing's working.
any ideas? thanks for any help.