P pwturben macrumors newbie Original poster Jan 27, 2010 11 0 May 26, 2010 #1 is it possible to serialize an UIViewController ? with his view, and all other instance variables (maybe arrays, dictionaries,nsstring or other uiviewcontrollers objects) thank you.
is it possible to serialize an UIViewController ? with his view, and all other instance variables (maybe arrays, dictionaries,nsstring or other uiviewcontrollers objects) thank you.
jeremy.king macrumors 603 Jul 23, 2002 5,479 1 Holly Springs, NC May 26, 2010 #2 http://tinyurl.com/34kvt7a Some of those objects you mention already conform to the NSCoder protocol - http://tinyurl.com/32qkfmg Based on your question, however, it seems you want to do exactly what a .xib provides.
http://tinyurl.com/34kvt7a Some of those objects you mention already conform to the NSCoder protocol - http://tinyurl.com/32qkfmg Based on your question, however, it seems you want to do exactly what a .xib provides.