You must use an AlertDialog or Dialog object. The AlertDialog class does what you ask for. The dialog allows you to customize more.
Edit: if you need the same animation effect, you will need to use SlidingDrawer.
Note. None of these classes, with the possible exception of AlertDialog, are as easy to use as UIActionSheet.
source
share