donnieh
Feb 09, 2017 - 20:37
In Xcode, if I begin a new Obj-C project I usually can find a "memory warning" method that gets called if needed, so I can dump resources.
Is there a way to monitor low memory with Pythonista? Maybe with objc_util?