¡@

Home 

2014/10/15 ¤U¤È 10:16:02

iphone Programming Glossary: writeup

How to properly design multi-orientation iPad application

http://stackoverflow.com/questions/11621777/how-to-properly-design-multi-orientation-ipad-application

problem with only one technique. For the sake of not crowding off all the other answers on this page I posted a full writeup on my blog and a link to some sample code too Summary It should be preferred to express your UI in .xib files although the..

Animating a shape with CoreAnimation

http://stackoverflow.com/questions/1767401/animating-a-shape-with-coreanimation

CFNetwork and Bonjour integration for iPhone to Mac integration

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

example to the Mac to demonstrate how to do Bonjour discovery between the two platforms. Bill also provides a nice writeup of how he put together the Bonjour wrapper used in this example. This is a very simple example and with the Mac and iPhone..

Possible to mirror iPhone/iPad screen on a monitor without jailbreaking?

http://stackoverflow.com/questions/3289147/possible-to-mirror-iphone-ipad-screen-on-a-monitor-without-jailbreaking

Output iPad content to external display

http://stackoverflow.com/questions/3620646/output-ipad-content-to-external-display

How do I convert the live video feed from the iPhone camera to grayscale?

http://stackoverflow.com/questions/4381513/how-do-i-convert-the-live-video-feed-from-the-iphone-camera-to-grayscale

I show how to process live iPhone camera data through various filters in this sample application using shaders with a writeup on how that works here . In my benchmarks the iPhone 4 can do this processing at 60 FPS with programmable shaders but you..