XIB files are said to contain frozen Objects. What does it mean ? What are frozen objects?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are really cold.
Saying an “object is frozen” is just another way to say the object is “serialized” or “flattened” or even “marshalled”.
These are all terms for taking the data of an object and storing it in some type of structure (often a file) so that at a later point the exact same object can be recreated by reading the file.