Browse Source
Merge branch 'master' into feature/onplatform-xaml-compiler-support
release/11.0.0-preview3
Dan Walmsley
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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; |
|
|
|
|