I have four buttons in a stackView in a collectionViewCell
I am performing segue to a newVC if the button is tapped, the content i am displaying in the newVC is coming via JSON. If the url is empty or url.characters.count == 0
for the respective button, i want to remove it from the cell and resize the rest of the buttons equally in the cell. How can i achieve that.