こんな感じ。
画像(ビュー)も貼りつけられるようだ。
ナビゲーションバーボタンへの紐付け。
ツールバーボタンへの紐付け。
インスタンスを作り、紐付けたいビュー(もしくはUIBarButtonItem)を指定するだけで利用できる。
- (void)presentPointingAtView:(UIView *)targetView inView:(UIView *)containerView animated:(BOOL)animated; - (void)presentPointingAtBarButtonItem:(UIBarButtonItem *)barButtonItem animated:(BOOL)animated;