在水平Scrollview中创建一个TableView - Swift3,Xcode8

时间:2017-06-20 19:23:43

标签: ios iphone xcode uitableview uiscrollview

我想在ScrollView中创建一个TableView,但我不知道如何继续。

我有一个ViewController.swift;导航控制器,AVFoundation方法和水平滚动视图(里面有tableView和tableViewCel )。

我的ViewControllerX文件的标题部分如下所示:

import UIKit
import AVFoundation

class ViewControllerX: UIViewController, UITableViewDelegate, UITableViewDataSource {

但是我无法添加 UITableViewController ,因为我已经有 UIViewController ,这意味着我无法为&#39; <添加覆盖方法强> numberOfSections &#39; ,&#39; numberOfRowsInSection &#39;和&#39; cellForRowAt indexPath &#39;

错误Xcode在我添加这些覆盖方法时给了我:

  

Method不会覆盖其超类

中的任何方法

0 个答案:

没有答案