andreamazz / andreamazz/AMPopTip

No way to show a tip in ObjC

Abierto
#249 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Swift
Estrellas
3.3k
Forks
449
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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!

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.