Skip to content

latest commit (cf530eb039) iPad demo does not compile #27

@ajesler

Description

@ajesler

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions