This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 336
Tips of Xcode
Takeshi Hagikura edited this page Oct 14, 2013
·
4 revisions
プロジェクトの中のファイルなどをインクリメンタルサーチして、該当ファイルにジャンプできる。
cmd + shift + o
editor に表示しているファイルを左の project navigator 上で探索してくれる。Open Quickly などでジャンプした際に便利。
cmd + shift + j
- インデントが崩れたので綺麗にしたい!
- gitの差分見たら、行末にスペースが残ってた!
とかのときに整形してくれます。^I ( control + i )です。
はじめに
-
導入
-
1.3 UIViewController1 UIViewController のカスタマイズ(xib, autoresizing)
-
UIKit 1 - container, rotate-
-
UIKit 2- UIView -
-
UIKit 3 - table view -
-
UIKit 4 - image and text -
-
ネットワーク処理
-
ローカルキャッシュと通知
-
Blocks, GCD
-
設計とデザインパターン
-
開発ツール
-
テスト
-
In-App Purchase
-
付録