TJ Lambert
TJ Lambert
While creating bindings for dylibs, some nominal types get errors from the Swift Compiler that say "... is only available in iOS 14.0 or newer". I will be removing these...
When creating the bindings for dylib files, we do not get all methods and properties for protocols causing the swift compiler to say we are not conforming to it. For...
Seems as though the SwiftCompiler handles Throws and Rethrows separately which requires improvements in our process.
Sebastien recommends using a Xamarin.iOS version that is higher than 13.18 since it was released before Xcode 12 Expected: - I can update the Xamarin.iOS version to the one higher...
When running tests in Azure Pipelines, SwiftDateTests.BasicTest(macOS) fails the leak test. https://dev.azure.com/xamarin/public/_build/results?buildId=28617&view=logs&j=b944efd9-1a3a-54bf-926f-a01c570708bc&t=a206e760-4e0d-53e1-fe50-36a17b4c1b3f&l=22164
### Steps to Reproduce 1. Call AVCaptureDeviceDiscoverySession.Create (...) ``` var deviceDiscovery = AVCaptureDeviceDiscoverySession.Create( new AVCaptureDeviceType[] { AVCaptureDeviceType.BuiltInWideAngleCamera }, nameof (AVMediaTypes.Video), AVCaptureDevicePosition.Back); ``` ### Expected Behavior We are able to create...
The Xcode14 header files list the GCPhysicalInputElementCollection as such: `@interface GCPhysicalInputElementCollection : NSObject ` However, the 'Key's in the generic that are used in the file (GCPhysicalInputElementName, GCButtonElementName, and GCDirectionPadElementName)...
Reverts dotnet/maui#9515 dotnet/maui#9515 Allows all the platforms to have the same default button border radius, but we want to keep the Windows default rounded corner style on buttons. Thanks @mattleibow...
Fixes: https://github.com/dotnet/maui/issues/10099 The customer points out that when a switch track color is set, the switch is turned on, then when the switch is turned off, the switch track color...
### Description of Change This PR brings changes to allow the page to scroll when the Keyboard appears and would block Entries and Editors on iOS. Prior to this PR,...