始める!!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 0 件のコメント:
メールで送信BlogThis!X で共有Facebook で共有するPinterest に共有
新しい投稿 前の投稿 ホーム
登録: 投稿 (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)
      • Warning ワーニング Property access result unused - gett...
      • Warning ワーニング 'UITextAlignmentCenter' is deprecate...
      • ワーニング Capturing 'self' strongly in this block is l...

人気の投稿

  • ワーニング Capturing 'self' strongly in this block is likely to lead to a retain cycle
    Capturing 'self' strongly in this block is likely to lead to a retain cycle こんなエラーが出てしまった。     [ oPageView setViewControllers ...
  • Missing context for method declaration
    Missing context for method declaration こんなエラーが出たときは #import "Renderer.h" @implementation Renderer @synthesize...
  • used as the name of the previous parameter rather than as part of the selected
    used as the name of the previous parameter rather than as part of the selected こんなワーニングメッセージが出るようになりました。。。。 ワーニングなので、気にしなくてもいいのですが、 何...
  • no visible @interface for declares the selector
    no visible @interface for declares the selector 関数にこんな赤色のエラーが出ました。 ググってもヤホっても見つからない!! よくコードをみたら解決!! 関数の引数の渡し方に問題がありました。 hファイルで宣...
「エスィリアル」テーマ. Powered by Blogger.