-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels