Filtering UITableViewCells with animation - iPhone Development

后端 未结 2 1594
抹茶落季
抹茶落季 2021-01-27 09:51

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

2条回答
  •  广开言路
    2021-01-27 10:24

    You can accomplish a similar effect by calling deleteRowsAtIndexPaths:withRowAnimation: and insertRowsAtIndexPaths:withRowAnimation: on your table view with a UITableViewRowAnimationFade animation.

提交回复
热议问题