If I create a custom control I have to create its rendererer in xamarin.android and xamarin.ios.
but In xamarin.forms not xamarin.android and xamarin.ios can there be three files that
view.iOS.cs,view.android.cs,view.cs be the three renderer ?
which means view.iOS.cs will be in ios.
I do not need to write the code in each project?