.net MAUI handle images from API [closed]
Closed yesterday.
.net MAUI handle images from API [closed]
Closed yesterday.
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.
Specifying IOS simulator when running app via .NET command line tools
I have a MAUI application that I can run in any simulator I want in VS for Mac but I want to run the app in a simulator via the .NET command line. So I am running this command:
How to reset an item in a CollectionView natively in .NET MAUI
I am working on a .net maui project involving the need to dive into native code to fix a well-known issue with the collection views not resizing when, say, expanding a section in a custom accordion on ios (surprise surprise).
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:
How to launch iOS Emulator in .Net Maui?
I have a .net Maui application working fine on android.