For aesthetic reasons, I'd like the initial controller of my iPhone app to be a UITableViewController.
But, in response to a row selection, I'd like to display a UITabBarController.
Is this possible? Can one transition from a UITableViewController to a UITabBarController?