Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/315.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ajax/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 能否将Xamarin iOS UIAlertController操作表制作成multiselect?_C#_Xamarin.ios - Fatal编程技术网

C# 能否将Xamarin iOS UIAlertController操作表制作成multiselect?

C# 能否将Xamarin iOS UIAlertController操作表制作成multiselect?,c#,xamarin.ios,C#,Xamarin.ios,我的任务是在现有应用程序中添加一项功能,允许用户选择多个项目。我没有太多使用本机iOS应用程序的经验,但我们经常使用这个UIAlertController。似乎应该可以将此控件转换为multiselect,但即使不可能,我也需要任何简单的方法来允许用户选择多个项目,然后单击OK按钮。谢谢 是的,您可以将UIAlertController与操作表样式一起用于自定义列表 UIAlertViewController没有多选功能。我建议您可以在UIAlertViewController上添加tablev

我的任务是在现有应用程序中添加一项功能,允许用户选择多个项目。我没有太多使用本机iOS应用程序的经验,但我们经常使用这个UIAlertController。似乎应该可以将此控件转换为multiselect,但即使不可能,我也需要任何简单的方法来允许用户选择多个项目,然后单击OK按钮。谢谢

是的,您可以将UIAlertController与操作表样式一起用于自定义列表

UIAlertViewController没有多选功能。我建议您可以在UIAlertViewController上添加tableview。