¡@

Home 

2014/10/15 ¤U¤È 10:07:43

iphone Programming Glossary: dudney

How can i split an image in to multiple parts?

http://stackoverflow.com/questions/1007078/how-can-i-split-an-image-in-to-multiple-parts

cocoa touch image manipulation uiimage share improve this question I have adapted some code I got out of Bill Dudney 's Core Animation Book to accomplish this task NSArray splitImageIntoRects CGImageRef anImage CGSize imageSize CGSizeMake..

bonjour for iphone

http://stackoverflow.com/questions/2477602/bonjour-for-iphone

is layered on top of Bonjour for example or Mac iPhone data syncing such as for Marcus Zarra's ZSync library . Bill Dudney has created a stripped down Bonjour server class for the iPhone which he describes here . I created a matching Mac application..

CFNetwork and Bonjour integration for iPhone to Mac integration

http://stackoverflow.com/questions/3240617/cfnetwork-and-bonjour-integration-for-iphone-to-mac-integration

lead me in the right direction Thanks iphone objective c osx bonjour cfnetwork share improve this question Bill Dudney created a sample iPhone Bonjour application to demonstrate how to use Bonjour to discover and connect to two iPhones. I..

How do I apply a perspective transform to a UIView?

http://stackoverflow.com/questions/347721/how-do-i-apply-a-perspective-transform-to-a-uiview

found here where I've implemented touch based rotation and scaling on a couple of CALayers based on an example by Bill Dudney. The newest version of the program at the very bottom of the page implements this kind of perspective operation. The code..

Any API to share data between two iphones/ipod touches/ipads? (Except GameKit)

http://stackoverflow.com/questions/5584348/any-api-to-share-data-between-two-iphones-ipod-touches-ipads-except-gamekit

Bonjour outright but you might be able to leverage a wrapper class to make it more manageable. For example Bill Dudney created such a wrapper within his sample Bonjour iPhone application described here . I generated a Mac version of this sample..

What do I have to learn to get done with a 3D racing game for the iPhone? What Tools do I need?

http://stackoverflow.com/questions/581784/what-do-i-have-to-learn-to-get-done-with-a-3d-racing-game-for-the-iphone-what-t

that example. However there's nothing in there that deals with textures which you'll probably need for your game. Bill Dudney has posted source code for a Wavefront OBJ modeler on the iPhone that may help in that regard. For a good text on OpenGL..