andreamazz / andreamazz/AMPopTip

No way to show a tip in ObjC

Ouverte
#249 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Swift
Étoiles
3.3k
Forks
449
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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:
```swif
No visible @interface for 'PopTip' declares the selector 'showText:direction:maxWidth:inView:fromFrame:'
```

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

Any help is appreciated.
Thanks!

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.