private void AddTapGestureToHomeButton() { var tapGesture = new UITapGestureRecognizer(TapHomeButton); HomeButton.AddGestureRecognizer(tapGesture); }