Good day, I got a problem on triggering ListView's "ItemAppearing" event from iOS Custom Native Cell Renderer
(Renderer Sample: https://github.com/xamarin/xamarin-forms-samples/tree/master/WorkingWithListviewNative/WorkingWithListviewNative/C )
I have created both Android and iOS Application based on this Native Cell Renderer sample, but only Android Cell Renderer is able to trigger the ItemAppearing event.
Hoping someone could look into this problem and give me a hand with this. Thanks a lot.