How to access current memory warning level in DidReceiveMemoryWarning in Monotouch 6.2 (Xamarin.iOS)? -
i know how 1 can programmatically access current memory warning level in didreceivememorywarning, in monotouch 6.2 (now called xamarin.ios), working ios6.
also, how many memory warning levels there?
the reason see severity of warning , accordingly needful in releasing memory resources.
if there way using objective c, can work out equivalent way in monotouch. did not find in monotouch documentation.
thanks.
there may 1 warning, or infinite amount.
if warning , don't free anything, app killed before one. if free memory, , later use again, might warning, , may go on indefinitely.
when memory warning should free memory can, there no way know how ios needs, err on side of caution , clean as can.
Comments
Post a Comment