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