I'm building an iOS 8 app, and I'm curious as to how much memory I am "allowed" to use up by the OS. I want to be well within the limits, currently, it hasn't gone above 50MB but sometimes it reaches like 42MB. How much can I expect to be usable? The app uses a lot of custom made functions and multiple for-statements with custom objects inheriting from NSObject.
Thanks! Erik