andreamazz / andreamazz/AMPopTip

No way to show a tip in ObjC

オープン
#249 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Swift
スター
3.3k
フォーク
449
PR マージ指標
30日以内にマージされた PR はありません

説明

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!

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。