First, I want -method: to recieve an id pointer. Second, I want to obtain the value of the id pointer in a form that I can store it in a file and then retrieve it.
How do I get an id pointer value?
How do I get an id pointer value?
Code:
-method:(id)myPointer // first step
{
...//what do I do here?
}