📌  相关文章
📜  xamarin 通过 id 获取 textview - Swift 代码示例

📅  最后修改于: 2022-03-11 15:01:02.594000             🧑  作者: Mango

代码示例1
var savedAccount = (TextView)FindViewById(R.Id.accountTextView) // NOT SUPPORTED!
 foreach (var widgetId in appWidgetIds)
 if (SavedAccount.Text == CrossSettings.Current.GetValueOrDefault(widgetId.ToString()))
  //here comes the further update