Please help me fix this code!:
first .m file:
NSInteger MYGlobalVariable = 0;
second .m file:
-(IBAction)globalvariable {
if (NSInteger MYGlobalVariable = 0:
[comp4nat setHidden = YES]);
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hard to say exactly what you art trying to do here due to many syntax problems, but here’s a guess:
I have no idea if this is what you are trying to do, but at least it should compile. If this is not what you are trying to do then you should provide more information in your question.