Whenever I navigate to a page I add toolbaritems in the OnAppearing method. This works great on Android however my iOS app has a problem. The toolbaritems do not show up. I will then navigate to another page and then the toolbaritems from the previous page show up. Is there a way to render the toolbar again after OnAppearing or am I not supposed to put the toolbaritem logic here? I am on Xamarin Forms 1.3.4.6332. I don't know if this worked on previous versions or not. This is my first iOS app.
Thanks