This seems simple enough but as yet I am unable to find a solution.
Basically I have a segmented control with two options. The first is the default (and is automatically
You can accomplish a similar effect by calling deleteRowsAtIndexPaths:withRowAnimation: and insertRowsAtIndexPaths:withRowAnimation: on your table view with a UITableViewRowAnimationFade animation.
deleteRowsAtIndexPaths:withRowAnimation:
insertRowsAtIndexPaths:withRowAnimation:
UITableViewRowAnimationFade