更改位置UIAlertController(UIAlertControllerStyleActionSheet)

时间:2016-08-16 17:27:02

标签: objective-c uialertcontroller

我需要更改显示UIAlertControllerStyleActionSheet的默认邮件。

默认位置是

enter image description here

我需要

enter image description here

可能吗?

1 个答案:

答案 0 :(得分:0)

UIAlertController动作行位置将始终取决于添加UIAlertAction的顺序。

尝试以下代码:

UIAlertController * alertController = [UIAlertController                            alertControllerWithTitle:无                            消息:无                            preferredStyle:UIAlertControllerStyleActionSheet];

awk -F= 'NR==FNR{a[$1]=$2; next} 
    { print $0 in a ? a[$0] : $0}' properties names.txt