小编jAm*_*Ami的帖子

iPad应用程序UITableView委托方法没有被调用

我正在使用与我在编写iPad应用程序时在iphone中填充UITableView相同的技术.标签栏控制器> UINavigationController>类型为myCustomTable的UITableViewController(从NIB加载)

MyCustomTableViewController NIB和类文件实现委托方法

@interface MyCustomTableViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource> {

 NSMutableArray *PDFList;
 IBOutlet UITableView *PDFTable;

}
Run Code Online (Sandbox Code Playgroud)

但我的委托方法没有被调用.我该怎么办?

iphone uitableview ipad

2
推荐指数
1
解决办法
4353
查看次数

标签 统计

ipad ×1

iphone ×1

uitableview ×1