I want to achieve something like an expandable and collapsible UITableViewCell
. The part of collapsing and expanding on user tap has been achieved, but what i am looking for is the feature of showing more and less.
That is, when the UITableViewCell
has not expanded to show full view, the word "more" should be displayed. When the UITableViewCell
is expanded, it should show the word "less" at the end. So whenever the user taps on more, then only the UITableView
should expand and vice versa. Any ideas on how I could do this? Something like on web pages. When u click on more link it expands the area and lets u see its entire content.