Archive for December, 2010
iOS SDK Tip #1 – Programatically set the title of UINavigationBar
How do I programatically set the title of a UINavigationBar? First declare IBOutlet UINavigationBar *myNavBar; in the UIViewController header file. And then in Interface Builder make a connection to “myNavBar” and the UINavigationBar object. Then in “- (void)viewDidLoad” add this: myNavBar.topItem.title = @” My NavBar Title”; Done.
Posted: December 14th, 2010 under iOS SDK Tips.
Comments: none
One million iOS downloads
Yesterday we passed a significant company milestone: one million downloads of our iOS applications. It has been almost exactly 2 years since we dipped our toe into the iPhone App Store with our simple Word of the Day apps. Since then we have released Audio FlashCards Apps for 18 different language pairs – most recently Arabic [...]
Posted: December 3rd, 2010 under News.
Comments: none
