dynamic number of uibuttons in uitableviewcell with sections
Hey guys I want to implement a UI like the one in the link above. The tableview has cells with sections and each section has a different number of uibuttons from the other. The number of sections and the text on the buttons are got from server data. Each section can either have one or two or three buttons at each cell depending on the number of data return and the length of the text. I'm implementing this without the use of storyboard or interface builder using Swift4.2 and Xcode10.