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)