PullToDismiss
PullToDismiss copied to clipboard
tablview cell height gone when using this
When using tableview cell with dynamic heights and this library - the cell no longer has proper height, it takes a very small fixed height for all cells.
UICollectionViewCell
height and width also gone when initializing PullToDismiss
with a UICollectionView
as a the scroll view
The delegate is being replaced with this line self.__scrollView?.delegate = self.proxy
which is the UICollectionViewDelegate
. Not sure of a fix yet but pretty sure that's the issue
Same problem here