资源描述:
《ios 7 programming cookbook》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、iOS7ProgrammingFundamentalsObjective-C,Xcode,andCocoaBasicsMattNeuburgiOS7ProgrammingFundamentalsbyMattNeuburgCopyright©2014MattNeuburg.Allrightsreserved.PrintedintheUnitedStatesofAmerica.PublishedbyO’ReillyMedia,Inc.,1005GravensteinHighwayNorth,Sebastopol,CA95
2、472.O’Reillybooksmaybepurchasedforeducational,business,orsalespromotionaluse.Onlineeditionsarealsoavailableformosttitles(http://my.safaribooksonline.com).Formoreinformation,contactourcorporate/institutionalsalesdepartment:800-998-9938orcorporate@oreilly.com.Edi
3、tor:RachelRoumeliotisCoverDesigner:KarenMontgomeryProductionEditor:KristenBrownInteriorDesigner:DavidFutatoProofreader:O’ReillyProductionServicesIllustrator:MattNeuburgIndexer:MattNeuburgOctober2013:FirstEditionRevisionHistoryfortheFirstEdition:2013-10-10:First
4、releaseSeehttp://oreilly.com/catalog/errata.csp?isbn=9781491945575forreleasedetails.NutshellHandbook,theNutshellHandbooklogo,andtheO’ReillylogoareregisteredtrademarksofO’ReillyMedia,Inc.iOS7ProgrammingFundamentals,theimageofaharpseal,andrelatedtradedressaretrad
5、e‐marksofO’ReillyMedia,Inc.Manyofthedesignationsusedbymanufacturersandsellerstodistinguishtheirproductsareclaimedastrademarks.Wherethosedesignationsappearinthisbook,andO’ReillyMedia,Inc.,wasawareofatrade‐markclaim,thedesignationshavebeenprintedincapsorinitialca
6、ps.Whileeveryprecautionhasbeentakeninthepreparationofthisbook,thepublisherandauthorsassumenoresponsibilityforerrorsoromissions,orfordamagesresultingfromtheuseoftheinformationcontainedherein.ISBN:978-1-491-94557-5[LSI]TableofContentsPreface......................
7、.................................................xiPartI.Language1.JustEnoughC...............................................................3Compilation,Statements,andComments5VariableDeclaration,Initialization,andDataTypes6Structs9Pointers11Arrays13Operators1
8、5FlowControlandConditions17Functions21PointerParametersandtheAddressOperator24Files25TheStandardLibrary29MorePreprocessorDirectives30DataTypeQualifiers312.Object-BasedProgra