在iOS8以后用于替代UIAlertView和UIActionSheet
一. 菜單樣式
UIAlertControllerStyle
- .ActionSheet 底部
- .Alert 中間彈出
二. 行為
UIAlertAction 定義行為
參數
title: 標題
style: 樣式 .Cancel
handle: 行為點擊后的處理的事情
在iOS8以后用于替代UIAlertView和UIActionSheet
UIAlertControllerStyle
UIAlertAction 定義行為
參數
title: 標題
style: 樣式 .Cancel
handle: 行為點擊后的處理的事情