Enumeration: UIButtonType

Overview

Specifies the style of a button.

Constant Summary

UIButtonTypeCustom

No button style.available in ios 2.0 and later.declared in uibutton.h.

UIButtonTypeRoundedRect

A rounded-rectangle style button.available in ios 2.0 and later.declared in uibutton.h.

UIButtonTypeDetailDisclosure

A detail disclosure button.available in ios 2.0 and later.declared in uibutton.h.

UIButtonTypeInfoLight

An information button that has a light background.available in ios 2.0 and later.declared in uibutton.h.

UIButtonTypeInfoDark

An information button that has a dark background.available in ios 2.0 and later.declared in uibutton.h.

UIButtonTypeContactAdd

A contact add button.available in ios 2.0 and later.declared in uibutton.h.