始める!!iPhoneアプリ

iPhoneアプリの作成で自分が苦戦した事を主に。 情報共有とかいうスタンスで。 できるだけサンプルソースも載せるので、突っ込みをお願いいたします。

2013年3月1日金曜日

目次

Objective-C

  • 001-変数について(Xcode, Objective-C)

  • 002-ポインター変数について(Xcode, Objective-C)

  • 003-関数(Xcode, Objective-C)

  • 004-クラス(@interface @implementation)

  • Objective-Cでコンストラクター?(init)

  • #defineとconstどちらを使えばいいのかな??


機能

  • 005-保存機能(NSUserDefaults)

  • 006−storyboardを使わないでラベル表示(UILabel)

  • 007-Button(UIButton)

  • 008−ダイアログの作成(UIAlertView)

  • 009-BGMの再生(AVAudioPlayer)

  •  その他
  • Admob組み込み(GADBannerView)

 エラー
  • Undefined symbols for architecture i386 エラー


  • シミュレータがいきなり使えなくなった(No provisioned iOS devices are ...

  • Missing context for method declaration

  • used as the name of the previous parameter rather ...

  • no visible @interface for declares the selector

  • Unknown type name "", did you mean

  • Apple Mach-O Linker Error

  • ould not load NIB in bundle: 'NSBundle

  • unrecognized selector sent to class エラー??
投稿者 Objective-C,VBA 時刻: 2:19
メールで送信BlogThis!X で共有Facebook で共有するPinterest に共有

0 件のコメント:

コメントを投稿

次の投稿 前の投稿 ホーム
登録: コメントの投稿 (Atom)
■目次

ブログ アーカイブ

  • ►  2012 (5)
    • ►  12月 (5)
  • ▼  2013 (33)
    • ►  1月 (8)
    • ►  2月 (8)
    • ▼  3月 (2)
      • 目次
      • ビルドエラー
    • ►  4月 (3)
    • ►  5月 (3)
    • ►  6月 (3)
    • ►  7月 (1)
    • ►  8月 (1)
    • ►  9月 (1)
    • ►  10月 (2)
    • ►  12月 (1)
  • ►  2014 (6)
    • ►  1月 (2)
    • ►  8月 (1)
    • ►  9月 (3)

人気の投稿

  • 003-関数(メソッド, Xcode, Objective-C)
    関数を作るのもひと苦労。。 hファイルとmファイルがあって、 どのように書けばいいのか? 引数の渡し方がわからない。。 呼び出し方がわからない。。 う〜ん。 本当にしんどかったので、共有いたします。 hファイルには -( void ) tes...
  • #defineとconstどちらを使えばいいのかな??
    xcodeの特徴なのか、objective-cの特徴なのか, ユーザー定義型を使う際に define と const を使う方法があります。 例) iTARGETに整数型の10を定義したい場合 #define iTARGET 10 const int iTARG...
  • 007-Button(UIButton)
    今回もstroyboardを使わないシリーズです。 ラベル作成が簡単だったので、 今回も簡単だと思っています。おそらく余裕ですね。 代表的なユーザー操作である、 ボタンを押すという処理。 ボタンを制する物はユーザーを制するとかしないとか。 //...
  • ould not load NIB in bundle: 'NSBundle
    Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBund...
「エスィリアル」テーマ. Powered by Blogger.