# Adding the hamburger icon for iOS

According to the official documentation of MasterDetailPage, I think iOS should also show a button like Android and UWP, but actually not. We can set an `Icon` property for the MasterPage.

Download the image file [here](https://github.com/yanxiaodi/MvvmCrossDemo/blob/master/MvxFormsMasterDetailDemo/src/MvxFormsMasterDetailDemo.iOS/Resources/hamburger.png). Paste it into the `Resources` folder of the MvxFormsMasterDetailDemo.iOS project. If there is no such folder, create one. The `Build Action` property of the image should be `BundleResource`.

Open the `MenuPage.xaml` file in the `Pages` folder of the MvxFormsMasterDetailApp.UI project. Add the following code into the `views:MvxContentPage` section: `Icon="hamburger.png"`. Now launch the app for iOS:

![1546909121169](/files/-LVfXdgR05SCE-nYFgfY)

That is good!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yanxiaodi.gitbook.io/xamarin-mvvmcross-handbook/implementing-masterdetail-layout-in-xamarin.forms-by-mvvmcross/fine-tuning-the-ui/adding-the-hamburger-icon-for-ios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
