Relative Content

Tag Archive for ios.netmaui

How to fix .net Maui iOS xcFramework error?

I have a iOS binding library used in a .net Maui app that builds but the parent project won’t compile. The library was converted from Xamarin Forms and worked fine there. Compiling the iOS app on VS for Mac with Intel or M1 produces the error below. More information is given.

How do I get an index integer from a List loaded into an NSIndexPath on iOS?

I have a .net MAUI project that I am working on, and I am wondering how one would go about getting an index from an array of objects as an integer and then somehow load it into an NSIndexPath object on iOS to be read within the ReloadItems() method for my application’s UICollectionView. I m trying to build this to use as work around for a bug in MAUI involving the collection views not updating their sizes when their data has changed in a nested list view.

How do I make a list item the full height of it’s content in IOS? (using a grid “*” row seems to be broken in IOS)

I have a list item in .net MAUI for IOS that is not working as expected. It appears that the issues lie in the fact that the grid visual elements within each individual item in the collection view are not expanding to the full height of the list item’s content when their grid rows are set to have a grid row height of “*” after being made visible by a boolean. The code below demonstrates the issue that I am having: