Enumeration: UITextBorderStyle

Overview

The type of border drawn around the text field.

Constant Summary

UITextBorderStyleNone

The text field does not display a border.available in ios 2.0 and later.declared in uitextfield.h.

UITextBorderStyleLine

Displays a thin rectangle around the text field. available in ios 2.0 and later.declared in uitextfield.h.

UITextBorderStyleBezel

Displays a bezel-style border for the text field. this style is typically used for standard data-entry fields.available in ios 2.0 and later.declared in uitextfield.h.

UITextBorderStyleRoundedRect

Displays a rounded-style border for the text field.available in ios 2.0 and later.declared in uitextfield.h.