﻿UIView.Animate (0.2,
		delegate { view.Alpha = 0; },
		delegate { view.RemoveFromSuperview (); });