Skip to content

Instantly share code, notes, and snippets.

@mafis
Created March 30, 2011 08:40
Show Gist options
  • Select an option

  • Save mafis/894073 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/894073 to your computer and use it in GitHub Desktop.
In Monotouch
//View erstellen
UIView view = new UIView();
//View anpassen, wie er aussehen soll
view.BackgroundColor = UIColor.Orange;
//Den View als SelectBackgroundView der Cell setzten
cell.SelectedBackgroundView = view;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment