typedefenum{
UIButtonTypeCustom =0; //此屬性表明全陨,該按鈕的外觀行為主要依靠開發(fā)者的設(shè)置UIButtonTypeSystem, //IOS系統(tǒng)默認(rèn)的按鈕風(fēng)格
UIButtonTypeDetailDisclosure, //用于顯示當(dāng)前列表項的詳情
?UIButtonTypeInfoLight, //該按鈕用于顯示簡短的說明
?UIButtonTypeInfoDark, //該按鈕用戶顯示簡短的說明
?UIButtonTypeContactAdd, //該按鈕通常用于添加聯(lián)系人
?UIButtonTypeRoundedRect, //圓角矩形的按鈕
} UIButtonType;