タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

iAdに関するtamada11のブックマーク (2)

  • Apple iPhone OS 4.0 : iAD Part 2

    Apple's new mobile advertising platform, combines the emotion of TV ads with the interactivity of web ads. When users click on mobile ads they are almost always taken out of their app to a web browser, which loads the advertiser's webpage. Users must then navigate back to their app, and it is often difficult or impossible to return to exactly where they left. iAd solves this problem by displaying

    Apple iPhone OS 4.0 : iAD Part 2
    tamada11
    tamada11 2011/03/10
  • iAd攻略 その5 createADBannerView 逐行解釈 - KOHKIの日記

    今回は、createAdBannerViewのメソッドや定数に着目した詳細なコードレヴューを展開したいと思います。 まず、前回で確認した createAdBannerView のコード構造を復習します。コード全体は前回の記述を参照してください。 1 iAdバナーを設定するフレームを生成する(3行目〜10行目) 2 1で生成したフレームを利用して、iAdバナーの内容を設定するための オブジェクトbannerView を生成して内容を決定していく (11行目〜21行目) 3 2で生成したiAdのオブジェクトをヘッダーで宣言していたインスタンス変数 banner に代入する(22、23行目) 4 bannerViewの解放(24行目) まずコード構造1の部分を逐行解釈します。 03   NSString *contentSize = 04   UIInterfaceOrientationIsPo

    iAd攻略 その5 createADBannerView 逐行解釈 - KOHKIの日記
    tamada11
    tamada11 2011/03/03
  • 1