Posts tagged tutorial

Creating a .plist file from SQL using XMLTextWriter (C#)

0
Before doing anything else, manually create a quick example of what your .plist file will look like in Xcode, and then view it as XML. Take note of the structure to gain an understanding of how .plist files are formed. Once you’ve done that, go ahead into Visual Studio

Customizing the background of a UITabBarController

2
I see this question a lot on the forums "how do I change the background of a UITabBarController?". Well, it's really quite easy, and it can make a big difference on how your iPhone applications is presented.

Adding a UIViewController to the MainWindow of your iPhone App (SDK 4)

0
Adding a UIViewController to a XIB file is easy. Too easy in fact, because there are a slew of other processes that are not obvious to an inexperienced iOS developer but are required to get the thing to actually work.

iPhone Image Development: Accommodating the Retina Display

2
I had to recreate all of my images from scratch so that I could ensure they were matching the resolution of the new screen. The specs of the screen that are most important at this stage are that the display is 960x640 pixels and the pixel density which is around 326ppi

Nesting a Repeater in an Ajax Toolkit Accordion

3
Adding an ASP.Net Repeater to a web page is a fairly easy task, however I recently ran into a brick wall when I nested this control within an AjaxToolkit Accordion. Although the Repeater control can be referenced as an object in the class, it cannot be manipulated.

Requirements for Developing an iPhone App

0
What does one need to know to develop and iPhone App?
Go to Top