PullToDismiss icon indicating copy to clipboard operation
PullToDismiss copied to clipboard

tablview cell height gone when using this

Open Ankish opened this issue 7 years ago • 3 comments

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.

Ankish avatar Oct 04 '17 09:10 Ankish

UICollectionViewCell height and width also gone when initializing PullToDismiss with a UICollectionView as a the scroll view

tamoyal avatar Nov 09 '17 03:11 tamoyal

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

tamoyal avatar Nov 09 '17 03:11 tamoyal

Same problem here

zaidiabbas avatar Feb 25 '18 10:02 zaidiabbas