canUserExit property

bool? canUserExit
getter/setter pair

Whether or not a user should be shown an exit button on an Alert Controller. Use this to 'force' users into picking an option, but use it very sparingly and only when neccessary.

Implementation

bool? canUserExit;