The Evernote iPhone app displays a "second" status bar at the top to keep the user informed about the progress of the synchronization without blocking the rest of the user interface.
You can see the green bar in this screenshot: http://img706.imageshack.us/img706/5024/fotowx.png
How would you implement such a bar? Moving down the view of the navigation controller and adding the status bar as a subview to the window?
Is it even called status bar? Didn't know how to name it..
Thanks in advance for your answers Martin