How to implement Hamburger Icon in Xamarin.Forms MasterDetailPage? -


how implement hamburger icon in xamarin.forms masterdetailpage? there arrow icon.

need use masterdetailpage detailpage navigationpage:

var masterdetailpage = new masterdetailpage {             master = new menupage(),             detail = new navigationpage(new yourhomepage()),         }; 

Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -