func tableView(tableView: UITableView, numberOfRowsInSection section: Int)
被调用并返回非零值。
但以下代码没有被调用..为什么?
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell
tableView最初为0大小,并且应该动态增长,是否会导致这种情况?
答案 0 :(得分:9)