SCons:AsoftwareconstructiontoolWhatisSCons?SConsisanOpenSourcesoftwareconstructiontool—thatis,anext-generationbuildtool.ThinkofSConsasanimproved,cross-platformsubstitutefortheclassicMakeutilitywithintegratedfunctionalitysimilartoa
系统 2019-08-12 01:33:22 3249
环境是xcode4.3首先要弄懂几个基本的概念。一)三个结构体:CGPoint、CGSize、CGRect1.CGPoint/*Points.*/structCGPoint{CGFloatx;CGFloaty;};typedefstructCGPointCGPoint;看到这个想必你已经懂了,不再解释。2.CGSize/*Sizes.*/structCGSize{CGFloatwidth;CGFloatheight;};typedefstructCGSiz
系统 2019-08-29 22:25:56 3248