Category Archives: Objective-C

Xcodeの必須ショートカット

■.hファイルと.mファイルの切り替え Command + Ctrl + ↑ ■ … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

UIView の背景色/背景画像を設定する

■UIViewに背景色を設定 [objc] – (void)view … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

NSRangeException

どうやら配列絡みのエラーっぽい。 [bash] Terminating app … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

NSInternalInconsistencyException

最近はプライベートで全くプログラムをやる気も無くなっていて久しぶりに iOSプロ … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

UIButtonのタイトル変更

UIButtonのタイトルが変わらないので、下記のようにsetTitle:for … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

isEqualToDate と NSDateFommatter

NSDate型に、時間が同じかどうかを判定するメソッドがある。 (BOOL)is … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

Objective-C のクラス定義

久しぶりに、Objective-C の勉強。はっきり言って基本すら忘れてます。 … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

CocoaPods インストール

急遽、CocoaPodsというものを使うこととなった。 その覚え書き。 [bas … Continue reading

Posted in Mac, Objective-C, 技術情報 | Leave a comment

Objective-C リモートJSON解析

久しぶりに、Objective-C の復習。 JSONの解析には、最近は標準ライ … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

WindowベースアプリとViewベースアプリ

WindowベースアプリとViewベースアプリの違いは、Viewベースアプリの場 … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment