I'm trying to figure out how to implement a banner like notification with text below the statusbar
while an app is in the background.
Much like Runkeeper, while active and app is in background:
Is it a Banner? All I can find for that is banners for ads while the app is in the foreground.
Do I need to customize the StatusBar
and add an extra view for the StatusBar
with a custom text to appear?
Is it a customized UILocalNotification
to be continuously shown?