tags:

views:

52

answers:

1

hi . i try to use NSUserDefault or something like this , to save a specific view after quit from application and when user lunch application again load from that view ... but i dont know how!

A: 

I would suggest you have a look at the NSCoder class and its related components. The API is specifically built for arching and dearchiving Objective-C class instances.

fbrereto