Training course repository for iOS app development
オライリー 詳細Cポインタhttp://www.oreilly.co.jp/books/9784873116563/
segue
コード上から動きが追えないのが辛いのでコードで書くことが多い
プロジェクトの方にはヘッダで
@interface MixiAppDelegate : UIResponder <UIApplicationDelegate, UITabBarControllerDelegate> @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) UITabBarController *tabBarController; @end
となっていて教材の方が抜けていましたね