Skip to content

Instantly share code, notes, and snippets.

@darbio
Created October 17, 2012 02:12
Show Gist options
  • Select an option

  • Save darbio/3903337 to your computer and use it in GitHub Desktop.

Select an option

Save darbio/3903337 to your computer and use it in GitHub Desktop.
BeginInvokeOnMainThread(() => {
_descriptionElement.Highlight();
this.TableView.SetNeedsDisplay();
});
public void Highlight()
{
var cell = base.GetCell (GetContainerTableView());
cell.TextLabel.TextColor = UIColor.Red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment