Calculate the contentsize of scrollview

前端 未结 7 1462
旧巷少年郎
旧巷少年郎 2020-12-13 11:40

I\'m having a scrollview as the detailedview of tableview cell. There are multiple views on the detailedview like labels, buttons etc. which I\'m creating through interface

7条回答
  •  既然无缘
    2020-12-13 12:18

    I guess there's no auto in case of scrollview, and the contentsize should be calculated for static views on the screen at least and for dynamic once it should be calculated on the go.

提交回复
热议问题