Reputation: 23
Is there any way to obtain the available memory (RAM) programatically in iPad?
Upvotes: 1
Views: 443
Reputation: 13694
Unfortunately there is no direct way you can access that data using the iPhone SDK. However there are some workarounds...
This should help answer your question. It's a category based on UIDevice which gives you the amount of free memory available
Alternatively, this post on the getting the amount of free memory with a Code Sample should also help
Upvotes: 1