Skip to content

No way to show a tip in ObjC #249

Description

@Silviuvr

In older versions I used the method showText to display the tip, now I can't seem to find the right method. I suspect it is not exposed at all.

The code below yields this error:

No visible @interface for 'PopTip' declares the selector 'showText:direction:maxWidth:inView:fromFrame:'

How it worked before:

 [self.uiTipPopView showText:NSLocalizedString(@" Text", @"Tip") direction:AMPopTipDirectionUp maxWidth:200.0 inView:self.someView fromFrame:[self.someView someFrame]];

Any help is appreciated.
Thanks!

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