xamarin / ios-samples

Xamarin.iOS sample apps
http://docs.microsoft.com/xamarin/ios/
Other
1.59k stars 1.92k forks source link

[Dotnet] Porting UsingCollectionViewCompositionalLayoutsAndDiffableDataSources #425

Closed tj-devel709 closed 2 years ago

tj-devel709 commented 2 years ago

The first commit has the initial copying over from the legacy project and the second commit has almost all the updating and cleaning. I also made a change fixing the legacy sample's background in the TableViewEditingViewController.cs which was showing up as transparent.

If I could get some extra eyes on the nullable stuff!

There is another issue I found in the legacy sample where the UIImageView inside ConferenceVideoCell.cs does not render. I attempted to fix this issue but could not get it to work properly. Issue created here: https://github.com/xamarin/ios-samples/issues/424

tj-devel709 commented 2 years ago

Works on iOS 13 after new changes. Ready to merge after getting thumbs up!