I have a custom renderer on SwipeView for Android using Xamarin forms. I want to replicate the same for iOS. But I am not sure where to start as I don't know what should be the keywords that are appropriate for iOS. For example, this below code snippet is on Android.
Android.Views.View _contentView; RemoveAllViews();
How do I know what exactly to use for iOS? Where can I learn to compare and replicate between the two platforms' Custom renderers using Xamarin.forms?