MAUI: The behavior of the UICollectionViewFlowLayout is not defined because: the item height must be less than the height of the UICollectionView
In my MAUI app, using .NET 9.0, I use a CollectionView to display a collection of items each comprised of an Image within a Border. On iOS, at runtime, I get the error message:
MAUI: The behavior of the UICollectionViewFlowLayout is not defined because: the item height must be less than the height of the UICollectionView
In my MAUI app, using .NET 9.0, I use a CollectionView to display a collection of items each comprised of an Image within a Border. On iOS, at runtime, I get the error message:
MAUI: The behavior of the UICollectionViewFlowLayout is not defined because: the item height must be less than the height of the UICollectionView
In my MAUI app, using .NET 9.0, I use a CollectionView to display a collection of items each comprised of an Image within a Border. On iOS, at runtime, I get the error message:
MAUI: The behavior of the UICollectionViewFlowLayout is not defined because: the item height must be less than the height of the UICollectionView
In my MAUI app, using .NET 9.0, I use a CollectionView to display a collection of items each comprised of an Image within a Border. On iOS, at runtime, I get the error message:
.ipa File Not Including App Icon or Applying CFBundleIconName in .NET MAUI App
I’m working on a .NET MAUI app using Visual Studio on Windows, and I’m trying to upload the .ipa
file to the App Store using Transporter on a Mac in the cloud. However, I’m running into two issues:
.ipa File Not Including App Icon or Applying CFBundleIconName in .NET MAUI App
I’m working on a .NET MAUI app using Visual Studio on Windows, and I’m trying to upload the .ipa
file to the App Store using Transporter on a Mac in the cloud. However, I’m running into two issues:
maui ios copy files from selected directory in ios
I want to copy files from selected directory to application directory.
How can a Maui IOS app access files in the iPhone Dropbox app
I have developed a dot maui app and I would like this app to access the files in the dropbox app on the iPhone.
How can I properly port my MAUI app to an iOS device?
I’m working on developing an app using .NET MAUI but every time I try to port it to my iPhone I get several errors pertaining to codesigning.
Binding list to CollectionView crashes app in Release mode but not Debug
In my MAUI app I have a CollectionView that I’m binding to a list generated from a SQLite Database. It works perfectly fine when debugging, but if I try to set the build to release then the app crashes when it gets to this point.