Описание тега uialertsheet
UIAlertSheet is a misrepresentation of UIActionSheet, a type of modal overlay view that presents the user with a set of possible actions to take.
UIAlertSheet
is a misrepresentation of UIActionSheet
, a type of modal overlay view that presents from the bottom of the screen and gives the user a set of possible actions to take. It might also refer to UIAlertView
, which presents a modal alert overlay in the center of the screen with an message and set of action buttons and a cancel button.
Please use uiactionsheet or uialertview when referring to either of these user interface elements.