You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented your FastCell solution which is working very good.
On the cell I use SwipeGestureRecognizer which is working --> but only sometimes.
My ViewCell has one image, one label, one button and one edittext.
I tried several ways:
add swipe gesture to all elements inclusive viewcell content
add swipe gesture only to image
add swipe gesture only to viewcell content
The results are quite bad. So the event is never triggered (only 1 out of 20-30)
I also recognized your comment SwipeListCell.xaml.cs:
//TODO - fastcell has a bug in it which causes the renderer not to be set on some of the top level view! need to work out why.
Maybe its related?
Thank you in advance
Best Regards
The text was updated successfully, but these errors were encountered:
Hi,
I implemented your FastCell solution which is working very good.
On the cell I use SwipeGestureRecognizer which is working --> but only sometimes.
My ViewCell has one image, one label, one button and one edittext.
I tried several ways:
The results are quite bad. So the event is never triggered (only 1 out of 20-30)
I also recognized your comment SwipeListCell.xaml.cs:
//TODO - fastcell has a bug in it which causes the renderer not to be set on some of the top level view! need to work out why.
Maybe its related?
Thank you in advance
Best Regards
The text was updated successfully, but these errors were encountered: