Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
This is a fix to support adding/deleting page toolbar items at runtime.
I've temporarily moved the Xamarin.Forms.PageRenderer implementation to support this feature in CircularUI even before a new package of Xamarin.Forms is published. When a new Xamarin.Forms package with a patch enabling it is published, it will be changed to inherit PageRenderer again.
Description of Change
This is a fix to support adding/deleting page toolbar items at runtime.
I've temporarily moved the Xamarin.Forms.PageRenderer implementation to support this feature in CircularUI even before a new package of Xamarin.Forms is published. When a new Xamarin.Forms package with a patch enabling it is published, it will be changed to inherit PageRenderer again.
Bugs Fixed
None
API Changes
None