How do I check to see if this method has been called (or if the state is true perhaps)?
[self.view addSubview:menu];
I need to write a conditional statement that tests to see if this is true or not:
[self.view addSubview:menu];
thanks for any help
Is menu a view?
so,
would test if menu has been added as desired