When you try deleting a note in iPhone\'s Notes application, an UIActionSheet pops up. The sheet is translucent (but not black translucent). How is that achieved? Is it p
actionSheetObj.actionSheetStyle=UIActionSheetStyleBlackTranslucent;