In a word game for iPhone:
I\'m trying to use the following code in my custom view Tile.
Another alternative is using the Macro Approach:
#define kScreenNames @{ \
@"HOME": @"Home Page", \
@"SEARCH": @"Search Page", \
@"MYLISTS": @"My List", \
@"MYACCOUNT": @"My Aaccount" \
}
it's short and elegant.
Then, you can use it like any other NSDictionary.
I hope this will help someone on the planet.
Best Regards