# MBurger Radio

At [this repository](https://gitlab.mumbleserver.it/iOS/MBurgerRadio) you’ll find a comprehensive, sample radio app connected with Radio Bruno, including:

* Streaming Home page
* Streaming notification control
* Events page
* Contact data
* News list with detail.

This sample teaches the basics on how to use MBurger:

* Install the SDK
* Initialize the SDK
* Fetch Blocks and Sections
* Use Filters

### App Requirements

* Xcode 9
* CocoaPods 1.5.3
* Dependencies: [MBurger](https://github.com/Mumble-SRL/MBPayments-iOS), [SWRevealViewController](https://github.com/John-Lluch/SWRevealViewController)

![MBurgerRadio1](https://docs.mumbleideas.it/mburger/ios/images/MBurgerRadio1.png) ![MBurgerRadio2](https://docs.mumbleideas.it/mburger/ios/images/MBurgerRadio2.png)


---

# 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://docs.mburger.cloud/ios-docs/sample-apps/mburger-radio.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.
