实例介绍
这是objectivec基础教程 附带的代码。需要的人请下载。
【实例截图】
【核心代码】
4744302543302628188.zip
├── Learn Objective-C Samples
│ ├── 02.01 Hello Objective-C
│ │ ├── Hello Objective-C.1
│ │ ├── Hello Objective-C.m
│ │ ├── Hello Objective-C_Prefix.pch
│ │ └── Hello Objective-C.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 02.02 BOOL Party
│ │ ├── 02 BOOL Party.1
│ │ ├── 02 BOOL Party.m
│ │ ├── 02 BOOL Party_Prefix.pch
│ │ └── 02 BOOL Party.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.01 Count-1
│ │ ├── 03.01 Count-1.1
│ │ ├── 03.01 Count-1.m
│ │ ├── 03.01 Count-1_Prefix.pch
│ │ └── 03.01 Count-1.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.02 Count-2
│ │ ├── 03.02 Count-2.1
│ │ ├── 03.02 Count-2.m
│ │ ├── 03.02 Count-2_Prefix.pch
│ │ └── 03.02 Count-2.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.03 Count-3
│ │ ├── 03.03 Count-3.1
│ │ ├── 03.03 Count-3.m
│ │ ├── 03.03 Count-3_Prefix.pch
│ │ └── 03.03 Count-3.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.04 Word-Length-1
│ │ ├── 03.04 Word-Length-1.1
│ │ ├── 03.04 Word-Length-1.m
│ │ ├── 03.04 Word-Length-1_Prefix.pch
│ │ └── 03.04 Word-Length-1.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.05 Word-Length-2
│ │ ├── 03.05 Word-Length-2.1
│ │ ├── 03.05 Word-Length-2.m
│ │ ├── 03.05 Word-Length-2_Prefix.pch
│ │ └── 03.05 Word-Length-2.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.06 Word-Length-3
│ │ ├── 03.06 Word-Length-3.1
│ │ ├── 03.06 Word-Length-3.m
│ │ ├── 03.06 Word-Length-3_Prefix.pch
│ │ ├── 03.06 Word-Length-3.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ └── words.txt
│ ├── 03.07 Word-Length-4
│ │ ├── 03.07 Word-Length-4.1
│ │ ├── 03.07 Word-Length-4.m
│ │ ├── 03.07 Word-Length-4_Prefix.pch
│ │ ├── 03.07 Word-Length-4.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ └── words.txt
│ ├── 03.08 Shapes-Procedural
│ │ ├── 03.08 Shapes-Procedural.1
│ │ ├── 03.08 Shapes-Procedural.m
│ │ ├── 03.08 Shapes-Procedural_Prefix.pch
│ │ └── 03.08 Shapes-Procedural.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.09 Shapes-Procedural-2
│ │ ├── 03.09 Shapes-Procedural-2.1
│ │ ├── 03.09 Shapes-Procedural-2.m
│ │ ├── 03.09 Shapes-Procedural-2_Prefix.pch
│ │ └── 03.09 Shapes-Procedural-2.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.10 Shapes-Object
│ │ ├── 03.10 Shapes-Object.1
│ │ ├── 03.10 Shapes-Object.m
│ │ ├── 03.10 Shapes-Object_Prefix.pch
│ │ └── 03.10 Shapes-Object.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 03.11 Shapes-Object-2
│ │ ├── 03.11 Shapes-Object-2.1
│ │ ├── 03.11 Shapes-Object-2.m
│ │ ├── 03.11 Shapes-Object-2_Prefix.pch
│ │ └── 03.11 Shapes-Object-2.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 04.01 Shapes-Inheritance
│ │ ├── 04.01 Shapes-Inheritance.1
│ │ ├── 04.01 Shapes-Inheritance.m
│ │ ├── 04.01 Shapes-Inheritance_Prefix.pch
│ │ └── 04.01 Shapes-Inheritance.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 04.02 Shapes-Green-Circles
│ │ ├── 04.02 Shapes-Green-Circles.1
│ │ ├── 04.02 Shapes-Green-Circles.m
│ │ ├── 04.02 Shapes-Green-Circles_Prefix.pch
│ │ └── 04.02 Shapes-Green-Circles.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 05.01 CarParts
│ │ ├── 05.01 CarParts.1
│ │ ├── 05.01 CarParts.m
│ │ ├── 05.01 CarParts_Prefix.pch
│ │ └── 05.01 CarParts.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 05.02 CarParts-Accessors
│ │ ├── 05.02 CarParts-Accessors.1
│ │ ├── 05.02 CarParts-Accessors.m
│ │ ├── 05.02 CarParts-Accessors_Prefix.pch
│ │ └── 05.02 CarParts-Accessors.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 05.03 CarParts-2
│ │ ├── 05.03 CarParts-2.1
│ │ ├── 05.03 CarParts-2.m
│ │ ├── 05.03 CarParts-2_Prefix.pch
│ │ └── 05.03 CarParts-2.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 06.01 CarParts-Split
│ │ ├── 06.01 CarParts-Split.1
│ │ ├── 06.01 CarParts-Split.m
│ │ ├── 06.01 CarParts-Split_Prefix.pch
│ │ ├── 06.01 CarParts-Split.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 08.01 FileWalker
│ │ ├── 08.01 FileWalker.1
│ │ ├── 08.01 FileWalker.m
│ │ ├── 08.01 FileWalker_Prefix.pch
│ │ └── 08.01 FileWalker.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 08.02 FileWalkerPro
│ │ ├── 08.02 FileWalkerPro.1
│ │ ├── 08.02 FileWalkerPro.m
│ │ ├── 08.02 FileWalkerPro_Prefix.pch
│ │ └── 08.02 FileWalkerPro.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 09.01 RetainCount-1
│ │ ├── 09.01 RetainCount-1.1
│ │ ├── 09.01 RetainCount-1.m
│ │ ├── 09.01 RetainCount-1_Prefix.pch
│ │ └── 09.01 RetainCount-1.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 09.02 RetainCount-2
│ │ ├── 09.02 RetainCount-2.1
│ │ ├── 09.02 RetainCount-2.m
│ │ ├── 09.02 RetainCount-2_Prefix.pch
│ │ └── 09.02 RetainCount-2.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 09.03 CarParts-GC
│ │ ├── 09.03 CarParts-GC.1
│ │ ├── 09.03 CarParts-GC.m
│ │ ├── 09.03 CarParts-GC_Prefix.pch
│ │ ├── 09.03 CarParts-GC.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 10.01 CarPartsInit
│ │ ├── 10.01 CarPartsInit.1
│ │ ├── 10.01 CarPartsInit.m
│ │ ├── 10.01 CarPartsInit_Prefix.pch
│ │ ├── 10.01 CarPartsInit.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 10.01 CarPartsInit-GC
│ │ ├── 10.01 CarPartsInit-GC.1
│ │ ├── 10.01 CarPartsInit-GC.m
│ │ ├── 10.01 CarPartsInit-GC_Prefix.pch
│ │ ├── 10.01 CarPartsInit-GC.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 11.01 CarProperties
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── CarProperties.1
│ │ ├── CarProperties.m
│ │ ├── CarProperties_Prefix.pch
│ │ ├── CarProperties.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 12.01 LengthAsNSNumber
│ │ ├── 12.01 LengthAsNSNumber.1
│ │ ├── 12.01 LengthAsNSNumber.m
│ │ ├── 12.01 LengthAsNSNumber_Prefix.pch
│ │ └── 12.01 LengthAsNSNumber.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 12.02 CategoryThing
│ │ ├── 12.02 CategoryThing.1
│ │ ├── 12.02 CategoryThing.m
│ │ ├── 12.02 CategoryThing_Prefix.pch
│ │ ├── 12.02 CategoryThing.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── CategoryThing.h
│ │ ├── CategoryThing.m
│ │ ├── Thing1.m
│ │ ├── Thing2.m
│ │ └── Thing3.m
│ ├── 12.03 ITunesFinder
│ │ ├── 12.03 ITunesFinder.1
│ │ ├── 12.03 ITunesFinder.m
│ │ ├── 12.03 ITunesFinder_Prefix.pch
│ │ ├── 12.03 ITunesFinder.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── ITunesFinder.h
│ │ └── ITunesFinder.m
│ ├── 13.01 CarParts-Copy
│ │ ├── 13.01 CarParts-Copy.1
│ │ ├── 13.01 CarParts-Copy.m
│ │ ├── 13.01 CarParts-Copy_Prefix.pch
│ │ ├── 13.01 CarParts-Copy.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 14.01 CaseTool
│ │ ├── AppController.h
│ │ ├── AppController.m
│ │ ├── CaseTool_Prefix.pch
│ │ ├── CaseTool.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ └── TemplateIcon.icns
│ │ ├── English.lproj
│ │ │ ├── InfoPlist.strings
│ │ │ └── MainMenu.xib
│ │ ├── Info.plist
│ │ └── main.m
│ ├── 15.01 PropertyListing
│ │ ├── 15.01 PropertyListing.1
│ │ ├── 15.01 PropertyListing.m
│ │ ├── 15.01 PropertyListing_Prefix.pch
│ │ └── 15.01 PropertyListing.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 15.02 SimpleEncoding
│ │ ├── 15.02 SimpleEncoding.1
│ │ ├── 15.02 SimpleEncoding.m
│ │ ├── 15.02 SimpleEncoding_Prefix.pch
│ │ └── 15.02 SimpleEncoding.xcodeproj
│ │ ├── project.pbxproj
│ │ └── TemplateIcon.icns
│ ├── 16.01 Car-Value-Coding
│ │ ├── 16.01 Car-Value-Coding.1
│ │ ├── 16.01 Car-Value-Coding.m
│ │ ├── 16.01 Car-Value-Coding_Prefix.pch
│ │ ├── 16.01 Car-Value-Coding.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ ├── project.pbxproj~
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 16.02 Car-Value-Garaging
│ │ ├── 16.02 Car-Value-Garaging.1
│ │ ├── 16.02 Car-Value-Garaging.m
│ │ ├── 16.02 Car-Value-Garaging_Prefix.pch
│ │ ├── 16.02 Car-Value-Garaging.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ ├── project.pbxproj~
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Garage.h
│ │ ├── Garage.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ ├── 17.01 Car-Part-Predicate
│ │ ├── 17.01 Car-Part-Predicate.1
│ │ ├── 17.01 Car-Part-Predicate.m
│ │ ├── 17.01 Car-Part-Predicate_Prefix.pch
│ │ ├── 17.01 Car-Part-Predicate.xcodeproj
│ │ │ ├── project.pbxproj
│ │ │ ├── project.pbxproj~
│ │ │ └── TemplateIcon.icns
│ │ ├── AllWeatherRadial.h
│ │ ├── AllWeatherRadial.m
│ │ ├── Car.h
│ │ ├── Car.m
│ │ ├── Engine.h
│ │ ├── Engine.m
│ │ ├── Garage.h
│ │ ├── Garage.m
│ │ ├── Slant6.h
│ │ ├── Slant6.m
│ │ ├── Tire.h
│ │ └── Tire.m
│ └── README.txt
└── __MACOSX
└── Learn Objective-C Samples
├── 03.01 Count-1
├── 03.02 Count-2
├── 03.03 Count-3
├── 03.04 Word-Length-1
├── 03.05 Word-Length-2
├── 03.06 Word-Length-3
├── 03.07 Word-Length-4
├── 03.09 Shapes-Procedural-2
├── 03.11 Shapes-Object-2
├── 04.01 Shapes-Inheritance
├── 04.02 Shapes-Green-Circles
├── 05.01 CarParts
├── 05.02 CarParts-Accessors
├── 05.03 CarParts-2
├── 06.01 CarParts-Split
├── 08.01 FileWalker
├── 08.02 FileWalkerPro
├── 09.01 RetainCount-1
├── 09.02 RetainCount-2
├── 09.03 CarParts-GC
├── 10.01 CarPartsInit
├── 10.01 CarPartsInit-GC
├── 11.01 CarProperties
├── 12.01 LengthAsNSNumber
├── 12.02 CategoryThing
├── 12.03 ITunesFinder
├── 13.01 CarParts-Copy
├── 14.01 CaseTool
├── 15.01 PropertyListing
├── 15.02 SimpleEncoding
├── 16.01 Car-Value-Coding
├── 16.02 Car-Value-Garaging
└── 17.01 Car-Part-Predicate
111 directories, 296 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论