I did a lot of work regarding memory optimization within the last weeks and I think I got some "good" results, however I have no idea how good they are compared to other applications which are built with Xamarin.iOS.
Are there any statistics or can anyone share some numbers here? I know that each app is different from another, but to get an idea of what seems to be right and false it would be really helpful to see those numbers.
To start:
I have a baseline in the area of ca. 20-25 MB (which is still increasing over time, but that's another painful topic). The app is using graphics heavily, not only for appearance but also for displaying user content (images) in different ways (we have a horizontal navigation with a UIScrollView, a grid built with UICollectionView and also detail views built with simple UITableViews).
Thomas