iOS - UITableView in UIVIewController doesn't display all rows [Swift]

前端 未结 2 1118
伪装坚强ぢ
伪装坚强ぢ 2021-01-14 10:48

I\'m facing a bug with my UITableView in UIViewController. I\'ll try to explain what\'s the situation and my problem.

I have a TabBar

2条回答
  •  旧时难觅i
    2021-01-14 10:58

    Sorry about the long time without feedback.

    I have finally found a solution to my problem. I embedded my UIViewController which contains the UITableView in a UINavigationController. After a few researchs, it seems to be the good hierarchy for this case.

    Hope this will help somebody helse. :)

提交回复
热议问题