Quantcast
Channel: arudenteのiPhoneアプリ開発 » arudente
Browsing latest articles
Browse All 10 View Live

apple Xcode 警告とエラーまとめ一覧

Tweet incomplete implementation 実装されてないメソッド等がある Assigning to ‘id<***,***etc>’from incompatible type ‘〇〇 *const_strong” .hファイルの@interface 〇〇に<***,***>プロトコルを実装が必要。 unused variable ‘variable...

View Article



Xcode iPhone iPadアプリ作成に必要なアイコンサイズ一覧

Tweet 【アイコン】 Icon.png                             (57 x 57)                  【iPhone3G/3GS用】 Icon@2x.png                     (114 x114)               【iPhone4用】 Icon-Small@2x.png          (58 x 58)...

View Article

Xcode iPhone iPadアプリ作成に必要な起動画面サイズ一覧

Tweet 【起動画面】 Default.png (320 x 480) 【iPhone3G/3GS用】 Default@2x.png (640 x 960)  【iPhone4用】 Default-568h@2x.png (640×1136) 【iPhone5用】 Default-Portrait.png (768 x 1004)  【iPad用】 Default-Landscape.png...

View Article

XcodeのシミュレータでiPhone5のスクリーンショットを撮る方法

Tweet 1:【デバイス】→iPhone(Retina 4-inch) 2:【ファイル】→スクリーンショットを保存 3:デスクトップに保存される

View Article

Image may be NSFW.
Clik here to view.

超初心者用 Xcode4.5対応 Storyboard(ストーリーボード)で始めるiPhone,iPad アプリ作成講座 その1 Hello World

Tweet まず、iPhone,iPad アプリ作成の基礎中の基礎のHello Worldを表示させたいと思います。 1:Single View Applicationを選びます 2:Nextで次へ           3:organization name→Hello World Organization Name→制作者や制作した会社の名前を入力します Company Identifier→*...

View Article


Image may be NSFW.
Clik here to view.

超初心者用 Xcode4.5対応 Storyboard(ストーリーボード)で始めるiPhone,iPad アプリ作成講座 その2 プログラムでHello...

Tweet 今回は前回のHello Worldをプログラムで表示させます。 Editorの真ん中にすると2つの画面を表示できます。                         1:上記画像のようにViewController.hに下記の内容を追加します。 @interface ViewController : UIViewController{ IBOutlet UILabel...

View Article

Image may be NSFW.
Clik here to view.

Terminating app due to uncaught exception...

Tweet Storyboard(ストーリーボード)でUIViewにラベルなどを追加すると、必ずNSLayoutConstraintが埋め込まれ、iOS6.0以前の実機で実行するとエラーが発生するようです。 解決方法はUse Autolayoutのチェックは外せばいいようです。    

View Article

Image may be NSFW.
Clik here to view.

超初心者用 Xcode4.5対応 Storyboard(ストーリーボード)で始めるiPhone,iPad アプリ作成講座 その3...

Tweet 今回はボタンを押すとHello Worldが消えたり表示されたりするようにしてみます。 上記画像のように表示ボタンと非表示ボタンを作ります。 前回のラベルと同じ配置方法なのでチョチョイノチョイだと思います。 ViewController.hへ下記の用に記載したらそれぞれを画像のようにボタンと結びます。 @interface ViewController :...

View Article


Image may be NSFW.
Clik here to view.

新年あけましておめでとうございます♪

Tweet

View Article


‘UITextAlignment’ is deprecated: first deprecated in iOS 6.0

Tweet ios6 からの変更点 中央寄せ: UITextAlignmentCenter 左寄せ: UITextAlignmentLeft 右寄せ: UITextAlignmentRight が使えなくなり、代わりに label.textAlignment = kCTCenterTextAlignment; のように kCTLeftTextAlignment...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images