background preloader

iPhone Development

Facebook Twitter

API Documentation - Titanium 3.0 - Appcelerator Docs. PhoneGap. iPhone Web App Example Code. How can you enhance iPhone or iPod touch web applications?

iPhone Web App Example Code

Web apps are web pages, but the iPhone and iPod add several extra CSS and HTML extensions. We can optimize some web apps for the iPhone and iPod without too many headaches. Text input First, some iPhone text input features don't make sense on many applications, such as one with an input that accepts names or codes. For your input text boxes, add some of the following attributes on the input element. Tip: Try changing the type to "search".

Input tag [HTML] <input type="text" autocorrect="off" autocapitalize="off" placeholder="Letters" /> Magnify text You can magnify the text with a special tag. Next: The following code block contains two lines, and you should only use one of them—preferably the second. Head element [HTML] <head> <! Input size You can change the size of inputs with text size adjust statements. Visual appeal You can improve the appearance with techniques such as corner radiuses. Color schemes. Kuler External links. Layout. Designing for iPhone 4's Retina Display. So, um, maybe you heard: there’s a new iPhone out.

Designing for iPhone 4's Retina Display

For my money (and I shelled out plenty for it), the phone’s best feature is the new “Retina display,” the eye-popping high-resolution screen. Everything they say about it is true: at 320 ppi, the pixels are just plain invisible. The crisp bright screen really looks as good as print, absolutely gorgeous. But what soothes the eye also adds headaches for designers. For three years, the iPhone came in just one flavor of screen resolution: the 3.5-inch screen was always 320x480 pixels. Apple’s done some nice work under the hood in iOS 4 to make this transition as easy as possible, but designers still have to take on some extra legwork. I’ll Give You Two Pixels for That Point Starting in iOS 4, dimensions are measured in “points” instead of pixels. In other words, dimensions for all the various elements of iOS 4 remain the same, but their units have changed: you just substitute points where you used to say pixels. Really?

App Store Icon. Open Source iPhone And iPad Apps – Real iOS Source Code Examples. Welcome to the sixth iteration of the open source iPhone and iPad apps list.

Open Source iPhone And iPad Apps – Real iOS Source Code Examples

A For those that have seen similar listings on other sites using the exact wordings, and links below welcome to the source for the original list. Also included are some open source iPad apps, and universal open source iOS apps. It can be tough to learn how to develop, especially when it comes to finding complete examples. That’s why I put this list together. Each of these open source iPhone apps is not just open source, but has been in the app store, and all but one are in there right now. Last Update: 4/11/2014 Before going on to the apps, please share these open source iOS apps with your Twitter followers by clicking here. Here is the open source iphone app list in alphabetical order: 1. 2048 - A SpriteKit based version of the game 2048.. 2. 3. 4. 5. 6. audioGraph - An audio processing graph demonstration app.

Develop native iOS apps with Html & Javascript.