 Johnny Premium join:2001-06-27 Atlanta, GA
·Comcast
| Re: proprietory apple said by patcat88 :Get a real PDA phone with a real OS and a real API. I am going to assume that you have not programmed in the iPhone's API. I spent this weekend doing it and it is a full version of OS X with the new UIKit that supports fully animated views, layers, transparency, access to the Address Book API, access to the accelerometers, OpenGL or Quartz for drawing, and an iPhone simulator.
You develop in Objective-C on Xcode just as you do for desktop apps. The full Cocoa frameworks are available as well as the full OpenBSD layer.
As of now, you have to programmatically develop the interface elements of window, views, animations, buttons, sliders, switches, and there is a full touch events API for getting all the various combinations of multi-touch actions. Interface Builder will be supported in the final version and will make constructing the interface many times easier. |