Closed dhirajRoundr closed 3 years ago
I have tried many ways but did not works for me. I am able to hide when close the view controller but can not hide while scrolling tableview. Thanks in advance.
use scrollviewdidscroll method like this
func scrollViewDidScroll(_ scrollView: UIScrollView) { self.tipView?.dismiss() }
I have tried many ways but did not works for me. I am able to hide when close the view controller but can not hide while scrolling tableview. Thanks in advance.