Josh Highland

Purveyor Of Awesome Tech

Purveyor Of Awesome Tech

Read my book
Shopify Empire: The best SEO book for Shopify
Shopify Empire

Tag Archives: string comparison

Get the Build Version of your iPhone app at runtime

By Josh Highland in iPhone app dev, tutorials March 19, 2010

This is how to get the version number of your app at run time. I find this helpful in to use in the “about” section of my apps. The version number is read from your apps info.plist file.

NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];

String Comparison in the iPhone SDK

By Josh Highland in iPhone app dev, tutorials November 30, 2009

xcode
The wrong way to do string comparisons in the iPhone SDK

if(myTitle == @"HELLO")

The right way

if([myTilte isEqualToString:@"HELLO"])

Who is Josh Highland?

Josh Highland

Josh Highland is an entrepreneur, app developer, and author from Redlands Ca.

Josh is also the CEO and founder of venntov

Learn More



Categories

Archives

Like what you see?

Send me a tip via Bitcoin
1ByPGUZbiaf7mLLQaFY9tsiuQ8ti3o6EtD

Or get something from my
Amazon wishlist

Proudly powered by WordPress. Theme: DW Minion by DesignWall.