MemoryWarning and loadView

2011-01-24 Thread Bleicher Eiko
Hi, I want to get a deeper understanding of the memory warning handling on iOS in UIViewControllers. It seems that the default implementation of didReceiveMemoryWarning will set the view to nil, and viewDidUnload gets called. *But* this is only done when the controller implements loadView. Eve

Re: Compatibility of Data iPhone / Mac

2010-05-22 Thread Bleicher Eiko
Thanks, I'll roll my own encoding, then. I should get much less overhead during normal operation then anyway - which could matter in my application. Eiko Am 22.05.2010 um 01:41 schrieb Kyle Sluder: > On Fri, May 21, 2010 at 4:35 PM, Eiko Bleicher wrote: >> When transferring data between Mac a