Question

I am using Xcode 3.2.3 When i am insist to use utility function for my app . I couldn't find the CGpointUtills function in my Core Graphics Framework folder. Like this

developer/platforms/IphoneSimulatorOs/Developer/SDK/Simulator4.0/System/Library/Framework/CoreGraphic/

Is it means Xcode 3.2.3 wont support Utility function or any other issues related with this?

thanks .

Was it helpful?

Solution

CGPointUtils is not a part of Core Graphics or the iPhone SDK. It actually comes from a book, "Beginning IOS 5 Development: Exploring the IOS SDK" by Jeff LaMarche and a couple other authors.

You can get a copy of the CGPointUtils code by doing some Googling. I can see it here in the # 1 hit for "CGPointUtils.h": http://code.google.com/p/hedgewars/source/browse/project_files/HedgewarsMobile/Classes

Grab it from there and then drop the .c and the .h file into your project and you should be all set.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top