From 38a11bcfaf3cf703e38201c9c6cd6631354ea243 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 30 十一月 2021 09:55:09 +0800 Subject: [PATCH] Siri功能完成 --- SiriIntentsUI/IntentViewController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SiriIntentsUI/IntentViewController.cs b/SiriIntentsUI/IntentViewController.cs index 8cf1560..18864b6 100644 --- a/SiriIntentsUI/IntentViewController.cs +++ b/SiriIntentsUI/IntentViewController.cs @@ -59,8 +59,8 @@ HDLRunSceneIntentResponse rsp = interaction.IntentResponse as HDLRunSceneIntentResponse; this.lblMsg.Text = rsp.SuccessMessage; this.lblMsg.TextColor = UIColor.Black; - this.lblMsg.Frame = new CGRect(0, 0, DesiredSize().Width, 180); - CGSize size = new CGSize(DesiredSize().Width, 180); + this.lblMsg.Frame = new CGRect(0, 0, DesiredSize().Width, 100); + CGSize size = new CGSize(DesiredSize().Width, 100); if (completion != null) -- Gitblit v1.8.0