You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the iPad project, I get the following errors:
- (IBAction)showNotice:(id)sender
{
WBNoticeView *nm = [WBNoticeView defaultManager]; // <- no known class method for selector defaultManager
[nm showErrorNoticeInView:self.view title:@"Network Error"message:@"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."]; // <- No visible @Interface for WBNoticeView declares the selector showErrorNoticeInView:title:message
}
Are there some changes that were missed from the commit?
The text was updated successfully, but these errors were encountered:
When running the iPad project, I get the following errors:
Are there some changes that were missed from the commit?
The text was updated successfully, but these errors were encountered: