ToastLayer UI element for showing a time-limited notification within your app.
Use just like a normal Layer, such as TextLayer or MenuLayer.
ToastLayer.c and ToastLayer.h into your project's src directory.#include "ToastLayer.h"toast_layer_create().toast_layer_show().toast_layer_hide() to hide early.