Hey,
I know this question was already ask several times but i don't get it.
I have 2 classes classA.h & .m and classB.h and .m.
In classA.h i've got a UITextField *myTextfield
.
In classB i import the header of classA and define the class with @class classA
.
I also set classA *classa
.
if i try to get the value of myTextfield like this myString = classA.myTextfield.text; nothing happens
any suggestions what i'm doing wrong here?
i would be so thankfull for an answer becaus without getting this done i can't continue coding :)
thanks!