General
Should MobileDeveloperTips.com Expand to Include Android?
Since August of 2008, this blog (formerly known as iOS Developer Tips) has focused on iOS application development. Long story short, the rename of the blog was to move away from trademarked names in the domain, artwork, etc. One positive side-effect of the name/domain change is the opportunity to expand the site to include Android [...]
Resources for Internationalization and Localization
Apple has an abundance of information available if you are interested to learn more about Internationalization and Localization of your applications. Follow the links below to get started: Internationalization Programming Topics Locales Programming Guide Data Formatting Guide Sample Code: International Mountains Additional Internationalization Tools and Resources
Create a Universally Unique Identifier (UUID)
UUID’s are 128-bit values which are guaranteed to be unique – typically the value is based on a machines ethernet address combined with the current time since October 15, 1582. UUID’s are string values separated by hyphens, for example, here is how a UUID may look: 13222F23-C76A-7781-0C12-0293E3B34398. The method below creates a UUID and returns [...]
Voices That Matter iPhone Developers Conference – Register Now and Save $150
Great news, our friends organizing the Voices That Matter: iPhone Developers Conference on October 24-25 in Philadelphia, have graciously provided iPhone Developer Tips readers a $150 savings on event registration, valid now until the start of the conference. This 2-day event offers dozens of interactive conference sessions across five conference tracks. Lots of new speakers [...]
Show Your Support for iPhoneDeveloperTips.com
Since launching iPhone Developer Tips back in August of 2008, there have been almost 200 tips, tricks and tutorials posted, an average of just over 12 posts per month. The number of page views on a monthly basis is pushing 70,000. All things considered, not too bad… My primary motivation with this blog is to [...]
UIActionSheet to Display Text Only Messages
UIActionSheet offers a really handy basic menu system, where each button presents an option for the user to choose from. For example, the figure below shows how I am using UIActionSheet to show three menu options for a shopping list view I am working on.
Create an iPhone Icon with No Border
In this tip on how to remove the shine/gloss effect on an iPhone icon, I showed the steps to go from an icon that looks like this: to an icon that looks like this: I got a question earlier today from a reader asking: “how can I create an icon with no shine effect and [...]
Remove Shine / Gloss Effect on iPhone Icon
By default, when building an application with Xcode, your icon will have a round beveling of the corners and a shine added over the top of the icon. The icon below shows how this looks: You can override this default by following line to you to the Info.plist file. For example, if you prefer to [...]
Safari 4 Beta
A little off topic, but a good tip none the less. Apple recently released Safari 4 beta and if you haven’t given it a try, I highly recommend you do.


