Tim Miller

Results 248 comments of Tim Miller

> @drasticactions once we merge #12909 let's revisit this one > > I think once #12909 is fixed we can remove these checks and then users can do whatever they...

Could this be the same as https://github.com/dotnet/maui/issues/6080?

@angelru I agree that CollectionView and StackLayout performance can leave much to be desired, especially on iOS and Catalyst. However, debugging your application, I think your primary issue may be...

@angelru "BindableLayout" in it of itself is not bad, it's how you're using it. You have a VerticalStackLayout with a BindableLayout of CollectionViews, which itself is _inside_ a CollectionView. That...

The reason the vertical scrolling is bad is _because_ of the horizontal scrolling collectionview(s) nested inside it. Your test app is unloading and reloading entire cells every time you scroll...

@angelru The memory leak and the general performance issues you are having are not, strictly speaking, the same. As in, you can cause that memory leak outside of your sample....

I think the only way you could test iOS 16.2 is if you're using Xcode 14.2, which was just released and is not supported by the currently shipping iOS SDKs....

@Jinjinov The current net7.0-ios SDK does not support Xcode 14.2. It would be best if you downgraded back to Xcode 14.1 until it receives support. This issue could be related...

FYI: https://github.com/dotnet/maui/issues/19304 I think this issue invokes the same codepaths as whatever is causing this to fail. Once this issue gets addressed, we should reassess the above issue to verify...