Voices That Matter

Archive for February, 2009

iPhone Developer Tips Stats:
Past 30 days - Pageviews: 88,424 Visitors: 61,675
Thank you everyone! Let's shoot for 100,000 by May. Pass it on...



Using NSScanner to convert Hex to RGB Color

I’ve found that defining a custom UIColor using RGB values is a little counter intuitive compared to the more common hexadecimal notation used in CSS. This is particularly true if you want to define a color value in a file and don’t want to have to split it into three separate values.
For the most [...]

General

Testing Application Names on Home Screen

In my previous post I described how to change the application name that is shown below the icon on the iPhone home screen. Knowing how to change and test the name becomes important as you get close to submitting your application to Apple. What follows is some insight based on my recent experience naming an [...]

Xcode

Changing Application Name on Home Screen

By default, the name of the application shown on the iPhone Home screen (below the icon) is the same as the project name. This will suffice in many cases, however, chances are the day will come when you’ll need to specify a different application name.
Changing the name is as simple as updating the Bundle Display [...]

Xcode

test

General

Open Source Screen Capture Tool

I’ve been on the hunt for an open source screen cature tool for the Mac. I finally found what I was looking for, a tool that in which you can specify the exact size of the capture window. Let me explain…
In the process of creating screenshots to accompany applications submitted to the App Store, you [...]

General, Tools

Xcode Expert Preference Settings

Beyond the settings you can access from the Preferences menu of Xcode, there are a number of configurable options that can be set using the defaults command from a terminal window.
Two of the settings that I have configured are to beep when a left bracket ( ] ) is entered without a matching right bracket, [...]

Xcode

Application Loader

If you’ve ever had to upload a binary to the App Store that has any size to it, say, over 20 MB, it’s a little unnerving when you upload through a web-browser and the only status you get is whatever progress indicator your browser offers. Problem is, you can’t rely on the indicator as a [...]

Tools

iPhone Screen Ruler Utility

I’ve been using a handy little application called Free Ruler to determine the size of visual elements as well as measure and layout content.
My first use of Free Ruler was to determine how much space remained on the iPhone screen after I created a tabbar, navigation bar and a row of custom images along the [...]

Tools

Capture a Screenshot on the iPhone

If you ever have a need to create a screenshot from an iPhone (not the simulator), or if you are unsure why you would ever want to do this, read on…
For the most part, capturing images of your application is as simple as running the simulator and pressing Shift-Command-4. However, when working with the simulator [...]

Camera

Change Company Name in Xcode

Although covered many other places on the net, I recently had to make a change to the name that Xcode automagically inserts when creating new files, so I figured I’d also pass on this tip to readers of this blog as well.
By default, Xcode inserts a company name something similar to the following in all [...]

Xcode