I got a cork. I would like to implement UAModalpanelview for my project. It worked fine at first ... I implemented files ... whatever. But now I would like to run the application, but every time I received this error. It is because of the "center" that he shows me that "mutliple methods are called the center with an inconsistent result, parameter type, or attributes."
- (IBAction)showPopup:(id)sender { UAModalPanel *modalPanel = [[UAExampleModalPanel alloc] initWithFrame:self.view.bounds]; [self.view addSubview:modalPanel]; [modalPanel showFromPoint:[sender center]]; }
Can anyone help me with this?
Thanks.
source share