iPhone開発のネタ帳: sonsongithub の PopupView を使ってみた

IMG_0278.PNG
自作アプリで sonson 氏の PopupView を使わせていただいてます。
Software Design 2011年6月号で発見しました。
コードの説明が詳しく載ってます。
かなり便利です。

<br />
if ([nextTitle isEqualToString:@"pict"])<br />
popup = [[SNPopupView alloc] initWithImage:[UIImage imageNamed:@"2tchSmall.png"]];<br />
else<br />
popup = [[SNPopupView alloc] initWithString:nextTitle];<br />
[popup showAtPoint:[touch locationInView:self.view] inView:self.view];<br />
[popup addTarget:self action:@selector(didTouchPopupView:)];<br />
[popup release];<br />

Software Design (ソフトウェア デザイン) 2011年 06月号 [雑誌]
Software Design (ソフトウェア デザイン) 2011年 06月号 [雑誌]
技術評論社 2011-05-18
売り上げランキング :

Amazonで詳しく見る by G-Tools

返信を残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

This site uses Akismet to reduce spam. Learn how your comment data is processed.