Set UITableView Delegate and DataSource

后端 未结 5 1530
生来不讨喜
生来不讨喜 2020-12-06 01:29

This is my problem: I have this small UITableView in my storyboard:\"enter

<
5条回答
  •  情深已故
    2020-12-06 01:57

    setDelegate will not retain the delegate.

    And

    numberOfSectionsInTableView method has to return 1 instead of 0;

提交回复
热议问题