Browse Source
Merge pull request #9292 from AvaloniaUI/remove-ios-redundant-button
ios: remove button left in for debug purposes.
pull/9301/head
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; |
|
|
|
|