-1

UITableView用来自MySQL-DB.

如果我的表没有任何条目,我想显示一个空的表视图。

我可以这样做吗:

- (UITableView *)returnNumberOfRowsForSection { (=> Pseudocode)
    if (Table is empty) {
        return 0;
    } else {
        return (Entry Count);
    }
}
4

1 回答 1

-1

是的你可以。正文必须包含 30 个字符。

于 2012-05-02T14:37:14.970 回答