天天看點

UIAlertController + UIPickerView完美結合

參照例子:http://www.oschina.net/code/snippet_2450779_53800。。

要将UIPickerView顯示在UIAlertController上,需要在title設定的時候加換行符類似

 let alertViewController = UIAlertController(title:"商品類型\n\n\n\n\n\n\n\n\n\n\n", message:nil, preferredStyle: UIAlertControllerStyle.ActionSheet)