・InputTransparent
親要素の入力を取得できる。
https://developer.xamarin.com/api/property/Xamarin.Forms.VisualElement.InputTransparent/
・Device.BeginInvokewOnMainThread
https://developer.xamarin.com/api/member/Xamarin.Forms.Device.BeginInvokeOnMainThread/p/System.Action/
iOS:InvokeOnMainThread
Android:RunOnUiThread
と同等。
メインスレッドのイベントキューにポストされて、
メインスレッドで実行される。
iOSで挙動がおかしい時よく使う。
picker表示や、キャンバス描画をしたい時など。
0 件のコメント :
コメントを投稿