I like to have a custom selected image when a user selects an item on the tab bar, by default it selects as blue like but would like to have a green color instead. something
For iOS5 and upwards, you can just do this:
rootTabBarController.tabBar.selectedImageTintColor = [UIColor greenColor];