In iphone what is the element called that slides up from the bottom of the screen with multiple choices?
Sometimes it is used to confirm a delete, sometimes it provides options for sharing.
It has multiple buttons stretching across the width screen, and when it rolls up it dims the rest of the screen.
Its called a UIActionSheet.
Here is an implementation example:
http://ykyuen.wordpress.com/2010/04/14/iphone-uiactionsheet-example/