I created some custom render in my current project, now i start another project and want to reuse it.
Does anyone help me, please ?
@TranTienDat.Vn - You would create a class library in the native project such as an Android Class Library or an iOS Class Library, depending on which platform you created it for.
Use a PCL for the Xamarin.Forms part of it if applicable.
Answers
@TranTienDat.Vn - You would create a class library in the native project such as an Android Class Library or an iOS Class Library, depending on which platform you created it for.
Use a PCL for the Xamarin.Forms part of it if applicable.
@AdamP : I tried but it's not working. Until i check code in XLabs.Forms.
In iOS class library, i have to create new class inherit from FormsApplicationDelegate and use this class in my forms.ios project.
Thank you for your help !