David Dancy
David Dancy
@TimLariviere I am also experiencing this issue. Taps defined in CollectionView cells fire multiple times after the cell has been recycled. It looks very much as if the event handler...
@TimLariviere Thanks for the information about XF 5.0. I'll hold off upgrading until it is supported. I'm also trying to put a sample project together to demonstrate the Taps problem...
I downloaded the sample app from https://github.com/chamons/xamarin-ios-swift-extension/blob/master/App/TestApplication/TestApplication.csproj#L143 but the demo Extension doesn't compile with Xcode 12 GM.
What's to stop Xamarin supporting the Swift language (and Kotlin/Java for that matter) directly? Isn't Xamarin in the compiler business? We already have P/Invoke, and Xamarin already wraps the "native"...
@chamons those details are very helpful, thanks! From those blogs & tech info it sounds like you're collectively working on the kind of thing I was thinking about. Nice to...