15
15

More than 5 years have passed since last update.

iOSでAndroidのToastっぽいものを表示する

Posted at

参考
DEVCAFEJP - iOSでToast

まんまToastってライブラリがあるので、ダウンロードして中にあるソースと、
QuartzCore.frameworkを追加するだけです。

scalessec / Toast

ARCに対応していないので、プロジェクトがARC対応の場合は、Build PhasesのCompile Sourcesの中にあるToast+UIView.mに「-fno-objc-arc」オプションをつける必要があります

[self.view makeToast:@"メッセージ" duration:3.0 position:@"bottom"];

使い方は簡単なので、サンプルをみればすぐ使えるようになります。

15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15