issues
search
xamarin
/
ios-samples
Xamarin.iOS sample apps
http://docs.microsoft.com/xamarin/ios/
Other
1.59k
stars
1.91k
forks
source link
[Dotnet] Update for DisablingPullingDownASheet for dotnet6
#423
Closed
stephen-hawley
closed
2 years ago
stephen-hawley
commented
2 years ago
dotnet6 port
For the most part, this required:
using top level namespace declarations
ensuring that locals are initialized to something useful
null checks for things that can be null
dotnet6 port
For the most part, this required: