Total nub here but maybe you're looking at using a global variable for that int?
Second thing that might work is something like say you have class1.m and class2.m you'd call a method -doSomething:(int)anInt in class1 from class2 with: class1 doSomething:1 ... etc.
Well.. at least I think so..
Rag
|