Linking *directly* into your app’s reviews in the App Store [UPDATED]
UPDATED 10/3:
I have received some feedback regarding this post that I thought I would share:
One developer implemented this feature in a UIAlertView pop-up, asking users nicely if they’re enjoying the app and whether they would like to be taken to the App Store to review the app. This UIAlertView happens after the 10th app launch, [...]
Colouring fun with moreNavigationController
When adding more than 5 view controllers to your UITabBarController, a “More” tab is automatically setup for you, which includes a view controller and even a modal view for letting the user edit the app’s tabs in the order they want.
By default, the navigation bars for both the moreNavigationController and the modal view (edit) are [...]