I can manage to remove an image
def remove_image
@button_image.removeFromSuperview
end
But what script works in order to remove a button?
I can manage to remove an image
def remove_image
@button_image.removeFromSuperview
end
But what script works in order to remove a button?
Copyright © 2021 Jogjafile Inc.
A button is a subclass of a
UIViewso you can remove it the same way:Alternatively, you can just hide the button: