ios-swift-collapsible-table-section icon indicating copy to clipboard operation
ios-swift-collapsible-table-section copied to clipboard

:iphone: A simple iOS Swift project demonstrates how to implement collapsible table section.

Results 18 ios-swift-collapsible-table-section issues
Sort by recently updated
recently updated
newest added

facing issue to give space between sections please help.

Here is the step i did. 1. change the header height to 100 2. add 12 sections to the example data. 3. after some vertical scrolling, i expanded a section,...

I'm trying to get the table view to segue to a detail view. But for the life of me I can't get the segue code right with the section Data.

Hi, I want to show multiple sections and inside the section, I want to show an image with title, but I am facing image replacing problems like it shows the...

I am trying to add some conditional logic in my data feed, here is how the sample data file looks: **ExampleData.swift:** ``` public struct Item { var name: String var...

Hi. I found out that the arrow in the header is not animating on both states; from up to down and from down to up. If the cells are growing,...

Hi there I tried using reloadData() with collapsible table view, but it doesn't work which method should i use? Best Regards

How can I change Colors on the table and fonts?

I made my table sections auto collapse when you open any other section via for loops. One of my testers sent me these screenshots showing that the various fields from...