coding@brightwaltz

[objective-C][Xcode]incompatible type

xViewController.m:37:24: Assigning to 'id<UIPickerViewDelegate>' from incompatible type 'xViewController *const __strong'
という警告があって、どうしたらいいか調べたらこれが見つかった。
iphone - Handling app delegates and switching between views - Stack Overflow:
//Suppress the warning by changing this:
controller.delegate = self;
//to this:
controller.delegate = (id)self;
こういう風に型を指定すればいいのか
時刻: 2/03/2014 0 件のコメント:
新しい投稿 前の投稿 ホーム
登録: 投稿 (Atom)

Popular Posts

  • [IIS]redirection.configが読み込めない
  • Html5のvideoを表示DIV内で最大化(Fix)する方法
  • [USB温度・湿度測定モジュール][Win7][VS12]USBMeter.dllを使ったプログラムがうまく動かない問題への対処法
  • [objective-C][Xcode]incompatible type
  • [mediaelement.js]Youtube再生時のループを禁止
  • [ASP.NET MVC4 Web アプリケーション]広範囲のリンクを作成
  • [Tumblr]Tumblr Tag Clouds 色の設定
  • Hello, world!
  • 最近のCMS動向調査

Pages

  • Official Website
  • Archive
  • Twitter
  • Github
  • Qiita

Archive

  • 05/20 (1)
  • 05/30 (1)
  • 02/03 (1)
  • 03/09 (1)
  • 03/03 (2)
  • 02/19 (1)
  • 02/17 (2)

Category List

  • C# (1)
  • config-file (1)
  • css (2)
  • dll (1)
  • Firebase (1)
  • Flamelink (1)
  • html5 (3)
  • JAMstack (1)
  • javascript (1)
  • mvc (1)
  • razor (1)
  • tumblr (1)
「Awesome Inc.」テーマ. Powered by Blogger.