bekkou68 の日記

Gogengo! や IT 技術など。

2013-05-01から1ヶ月間の記事一覧

デバッグログを開発環境だけで表示する【Objective-C】

はじめに NSLog が本番のビルドに含まれていると、実機を Mac につないでログを確認できてしまいます。秘密にしておきたい情報などが漏れてしまう恐れがあります。 でも、クライアントはテストしにくい現実があり、ログをいたるところに仕込んでおきたい。そ…

Tutorial of mopub SDK integration on iOS <Google AdMob> <Millennial Media> <iOS5 iOS6> <w/ ARC>

Introduction I've integrated mopub SDK and wrote how to do that. There are few documents on the Internet so I made many efforts X(日本語版のエントリはこちら。 What is mopub? mopub is a system of ad management. Once you integrate SDK, you c…

iOS で mopub SDK を組み込んでバナー広告・全画面広告を表示する手順【Google AdMob】【Millennial Media】【iOS5 iOS6】【ARC 対応】

はじめに mopub SDK を組み込む機会があったのでエントリにまとめます。公式以外のドキュメントが少なくてだいぶ苦労しました。In English is here. mopub とは mopub とは広告を総合管理してくれるシステムです。一度 SDK を埋め込めば、管理画面から広告媒…

UINavigationController で画面遷移する 【Objective-C xib pushViewController】

はじめに 自分用メモです。 前提 つくりたてのプロジェクト。xibファイルを使うとします。 やりたいこと ViewController.h から NextViewController.h へ遷移させます。 手順 新規画面を追加する手順(XCode 4.6.1) AppDelegate.h の入っているディレクトリ…