Showing posts with label Circle Image. Show all posts
Showing posts with label Circle Image. Show all posts

Wednesday, 21 March 2018

Circle Image in Xamarin.Forms using CustomRenderer

Introduction
Circular images in apps are nowadays very popular in-app development. Most of the applications we need to make user profile as circle image e.t.c. So in this article, we can learn how to make Image circle using CustomRenderer.

Circle Image in Xamarin.Forms

Introduction 
Circular images in apps are nowadays very popular in-app development. Most of the applications we need to make user profile as circle image e.t.c. So in this article, we can learn how to make Image circle using Xam.Plugins.Forms.ImageCircle.
If you want to make Image Circle without plugin follow my previous article.