GoneVisible
GoneVisible copied to clipboard
Doesn't work for UIView inside scrollview contenview.
customerInstruction.gone()
someLabel.gone()
UIView.animate(withDuration: 0.3) {
self.layoutIfNeeded()
self.layoutSubviews()
}
It does work for label which is inside customInstruction. customInstruction is inside UIScrollview contentview and gone() method does't work on customInstruction.