标签: iphone objective-c ios
我想将一个选定的单元格增长到几乎填满屏幕。
我熟悉使用beginUpdates和endUpdates更改单元格的高度,但结果是单元格大小正确,部分位于屏幕外。
beginUpdates
endUpdates
我可以滚动以便单元格在屏幕上居中,使用setContentOffset:或scrollToRowAtIndexPath:,但这是高度变化的单独动画,看起来不太好。
setContentOffset:
scrollToRowAtIndexPath:
有没有办法将这两者结合起来并平滑地生长一个细胞,使其居中且更大?