Contents

NSSecureTextField

A text field that hides the typed text.

Declaration

class NSSecureTextField

Overview

A secure text field is suitable for use as a password-entry object or for any item in which the text value must be kept secret. NSSecureTextField uses NSSecureTextFieldCell to implement its user interface.

See Also

Views