In Swift, how to do collapsible and expandable TableviewCell
in storyboard using Disclosure Indicator as Accessory?
I have come across some documents and cocoapods library where I can collapse and expand cell using xib files. But I wanted to do everything (expand cell,collapse cell) in the storyboard not using xib files. Refer to the attached images:
Collapsed cell:
Expanded cell:
How can I do this in Swift without using XIB files?
Appreciate the help.