How to change height of table dynamically in swift – Ios swift
I have 3 different array which is cricketMatchArray, soccerMatchArray and tennisMatchArray.I'm displaying these 3 array data in 3 tableview which is expanding after clicking on header. The issue facing is table height is not changing as per data count. This…