本系列所有开发文档翻译链接地址:iOS7开发-Apple苹果iPhone开发Xcode官方文档翻译PDF下载地址(2013年12月29日更新版) iOS程序源代码下载链接:01.大任务.zip225.8 KB // // ViewController.m // 01.大任务 // // Created by apple on 13-12-27. // Copyright (c) 2013年itcast. All rights reserved. // #import"ViewCont…
01-导航实例-QQ空间.zip62.4 KB // MJLoginViewController.h Map // // MJLoginViewController.h // 01-导航实例-QQ空间 // // Created by apple on 13-12-10. // Copyright (c) 2013年itcast. All rights reserved. // 登录界面 #import<UIKit/UIKit.h> @interfaceMJLoginViewContr…
iOS程序源代码下载链接:03-代理设计模式.zip28.3 KB // main.m // // main.m // 03-代理设计模式 // // Created by apple on 13-11-27. // Copyright (c) 2013年itcast. All rights reserved. // #import<Foundation/Foundation.h> #import"Baby.h" //#import "Studen…
源代码下载链接:01-modal.zip37.8 KB // MJAppDelegate.h // // MJAppDelegate.h // 01-modal // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import<UIKit/UIKit.h> @interfaceMJAppDelegate : UIResponder <UIApplica…
源代码下载链接:02-更改窗口的根控制器.zip18.0 KB // MJAppDelegate.h // // MJAppDelegate.h // 02-更改窗口的根控制器 // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import<UIKit/UIKit.h> @interfaceMJAppDelegate : UIResponder <…
源代码下载链接:06-归档普通对象.zip34.2 KB // MJPerson.h // // MJPerson.h // 06-归档普通对象 // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import<Foundation/Foundation.h> @interfaceMJPerson : NSObject <NSCoding> @p…