iphone - request for member view in something not a structure or union -
I have this error when I build my application iphone: the member has requested not to see a certain structure or association in [on CommuneSlider . View removeFromSuperview];
Code: - (zero) CommuneSelected { } is required
If this is an error line:
There is no structure or association on [CommuneSlider.view removeFromSuperview] for member view;
It seems that CommuneSlider does not have the "View" member variable name, I think it is UIControl, not UIViewController sub-class (which will be a visual asset).
Do not you really want to do something like this:
[Removing CommuneSliderController.viewProxyview];
Comments
Post a Comment