Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

xamarin get textview by id

var savedAccount = (TextView)FindViewById(R.Id.accountTextView) // NOT SUPPORTED!
 foreach (var widgetId in appWidgetIds)
 if (SavedAccount.Text == CrossSettings.Current.GetValueOrDefault<string>(widgetId.ToString()))
  //here comes the further update 
Source by forums.xamarin.com #
 
PREVIOUS NEXT
Tagged: #xamarin #textview #id
ADD COMMENT
Topic
Name
2+8 =