菜鸟教程小白 发表于 2022-12-13 10:17:02

iOS : How to handle System Alerts Programmatically inside the App?


                                            <p><p>我正在从事一个自动化项目。
使用定位服务时,显示警报。此处的警报消息是您是否要使用带有确定和取消按钮的定位服务。
现在我不想手动单击取消或确定按钮。我只想以编程方式获取系统警报并处理按钮单击。我使用的是 iOS 8 设备。可能吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>使用这个概念的时间间隔</p>

<pre><code>;
// after that add the following line

;

-(void)cancelAlertinAutomatically:(id)sender
{
NSLog(@&#34;alert View is cancelled here&#34;);
;
}
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于iOS : How to handle System Alerts Programmatically inside the App?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32368172/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32368172/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS : How to handle System Alerts Programmatically inside the App?