我在用SVPullToRefresh
__weak InventorySearch *safeSelf = self;
[self.tableView addPullToRefreshWithActionHandler:^{
[safeSelf refresh];
}];
方法 refresh 做了一些设置工作,然后调用[self presentmodalviewcontroller:controller animated:YES];
然而,视图没有动画,只是立即呈现。