purpose to have a notification alert within the status bar area.
vision simular to the Dropbox Mailbox app
methodology
- coded in Swift
- all controllers must import CustomViewController (Views and TableViews)
- access the statusbar notification at anytime via
StatusBarNotification.show(text: String)
StatusBarNotification.hide(text: String?)
status although the solution works for all Controllers, it does not handle status bar scroll properly on UITableViewControllers.