Browse Source

Merge branch 'master' into feature/onplatform-xaml-compiler-support

release/11.0.0-preview3
Dan Walmsley 3 years ago
committed by GitHub
parent
commit
5a64c847dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/iOS/Avalonia.iOS/AvaloniaView.cs

1
src/iOS/Avalonia.iOS/AvaloniaView.cs

@ -46,7 +46,6 @@ namespace Avalonia.iOS
);
_topLevelImpl.Surfaces = new[] { new EaglLayerSurface(l) };
MultipleTouchEnabled = true;
AddSubviews(new UIView[] { new UIKit.UIButton(UIButtonType.InfoDark) });
}
public override bool CanBecomeFirstResponder => true;

Loading…
Cancel
Save