UITableViewController子类出错

时间:2014-02-08 23:46:30

标签: ios objective-c uitableview

我对Xcode和ios开发都是全新的。

我只是想创建一个tableViewController,所以在我的故事板中,我将一个Table View Controller移动到画布中,然后用File-> New创建了一个新的Objective-C类,并从子类{{1中选择了一个子类}}

现在,当我尝试构建项目时,它会给出2个警告和一个错误。 错误说明:UITableViewController

我很确定这是我的错误,但我不知道如何解决它。我只是想在故事板中创建TableViewController,但我不能因为这个错误。

步骤: enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here

生成的文件! .H

No visible @interface for 'UIPageViewController' declares the selector 'initWithStyle:'

的.m

//
//  ThisGonnaCrashController.h
//  CrashTest
//
//  Created by Jakub Racek on 09/02/2014.
//  Copyright (c) 2014 Ngneers. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ThisGonnaCrashController : UITableViewController

@end

0 个答案:

没有答案