I use object I have created and save it in NSUserDefault ? Basically I know how to save the string, int, float to NSUserDefaults. But How do I save an object which contain variable to NSUseDefault?
I use objectForkey to get the object saved and To save, i use setObject. But it doesnt work!
Anyone??
????