Samir Chakour
Samir Chakour

Reputation: 23

Retrieve the amount of free memory available on iPad

Is there any way to obtain the available memory (RAM) programatically in iPad?

Upvotes: 1

Views: 443

Answers (1)

Suhail Patel
Suhail Patel

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

Related Questions