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 { COM = [[CommuneDetailsViewController alloc] initWithNibName: @ "CommuneDetailsViewController" bundle: zero]; UINavigationController * navig = [[UINavigationController alloc] initWithRootViewController: com]; [Self setCommuneDetails: (CommuneDetailsViewController * navig]; [Navigating navigation bar: Yes]; [Com release]; [Reverse release]; [UIView startup permissions: zero reference: NULL]; [UIView Set Animation Duration: .8]; [UIView Set Animation Transition: UIViewAnimationTransitionCurlUp forView: Window Cache: Yes]; [CommuneSlider.view removeFromSuperview]; [Self.window addSubview: [see CommuneDetails]]; [UIView commitAnimations];

}

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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -