Expand/collapse section in UITableView in iOS

前端 未结 17 930
野的像风
野的像风 2020-11-22 08:49

Could somebody tell me the way to perform UITableView expandable/collapsible animations in sections of UITableView as below?

<

17条回答
  •  没有蜡笔的小新
    2020-11-22 09:27

    I have a better solution that you should add a UIButton into section header and set this button's size equal to section size, but make it hidden by clear background color, after that you are easily to check which section is clicked to expand or collapse

提交回复
热议问题