I have a screen with a button on a bottom toolbar which when the user clicks it I want a translucent screen to slide up from the bottom of the screen, the user will then enter something in a textbox, and then they can dismiss the screen.
Is this an ActionSheet? All I seem to find about ActionSheets are Buttons. It's not an Alert. So, is it a UIView? If so, I can't get the right animation nor find a way to set the opacity (just the alpha).