I have a view that I am presenting modally. For some reason it animates very slowly.
[self.parentViewController.tabBarController presentModalViewController:browser animated:TRUE];
I'm not sure why? I have even tried:
[self presentModalViewController:browser animated:TRUE];
UPDATE: The UITableViewController that is presenting it, is drawing custom UITableViewCell's that have images with rounded corners. Not sure if that makes a difference.