GoneVisible icon indicating copy to clipboard operation
GoneVisible copied to clipboard

Doesn't work for UIView inside scrollview contenview.

Open sench93 opened this issue 7 years ago • 0 comments

        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.

sench93 avatar Jul 13 '18 19:07 sench93