public void SetDelegate(MGSplitViewControllerDelegate newDelegate) { if (newDelegate != _splitViewDelegate) { _splitViewDelegate = newDelegate; } }