Unintrusive way to alert user of an event
I'm working on a universal app that was originally written just for the iPhone. On the iPhone I found a simple way to notify users of events (e.g., something was submitted, something was saved, etc.) in a non-intrusive way. What I do is use a UIActionSheet without buttons to present some text, and have it dismiss itself after ~1.2s. This is great for any little status updates that don't require user acknowledgment (by tapping an OK button or something). I would almost compare it to a Growl notification on OSX, where messages are displayed for a few seconds before being dismissed.
I'm now trying to do something similar with the iPad and am short on ideas. One app I like that does something is Twitteriffic, which displays notification messages underneath the toolbar. Does anyone know how they do this, or perhaps another approach to accomplish something similar?
__________________
TrackMyTour - Travel tracking for the iPhone
|