統計情報(30日間)


最新情報をツイート


人気の投稿

シンプルだが実用的な吹き出しライブラリ

このエントリーをはてなブックマークに追加

こんな感じ。


画像(ビュー)も貼りつけられるようだ。

ナビゲーションバーボタンへの紐付け。

ツールバーボタンへの紐付け。

インスタンスを作り、紐付けたいビュー(もしくはUIBarButtonItem)を指定するだけで利用できる。
- (void)presentPointingAtView:(UIView *)targetView
   inView:(UIView *)containerView animated:(BOOL)animated;
- (void)presentPointingAtBarButtonItem:(UIBarButtonItem *)barButtonItem
   animated:(BOOL)animated;




Leave a Reply