I am working on iOS app that needs to show information in expand collapse manner. For this I am using Header and section in headers. Though I have not so much understanding of it in iOS but same task I have achieved in Android using Expandable RecyclerView.
But In iOS I have followed the tutorial in that I have made two nibs and creating the Expandable like UiTableView.
Now when I expand the header the sections appear, and after last section there comes the new Header. I want to add the space between last section and new Header, but I am not successful in achieving this.
Any Idea how can I add space only to last section and new upcoming header?
Update 1:
This image is taken from another question over SO, but I have edited to show what I want. Look at the black space between last child/section of First header and new Header i.e Header 2 .... have a look at below picture