您的位置:首页 > 其它

Xcode8 TableView使用静态表单页面显示空白的问题

2016-11-08 10:52 288 查看
如何要使用静态表单 需要在类中删除以下代码

    override func numberOfSections(in tableView: UITableView) -> Int {

        // #warning Incomplete implementation, return the number of sections

        return 0

    }

    override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {

        // #warning Incomplete implementation, return the number of rows

        return 0

    }
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  xcode