Inside a Share Project we should create a class Let’s call it as :
CustomViewCell.cs
Now inside List View We should Call our CustomViewCell Like this :
Now We should call the namespace like this :
Now it’s time for custom Renderer.
For Android
CustomViewCellRenderer.cs
For IOS :