gpt4 book ai didi

ios - UITableView 不显示在模拟器中

转载 作者:搜寻专家 更新时间:2023-10-30 20:19:20 24 4
gpt4 key购买 nike

我在 Storyboard中创建了一个静态 UITableView,但是当我在模拟器中运行它时,它没有显示。是否有某种设置我可能已经打开以使其不可见?

请注意,这是 100% 在 Storyboard 中创建的,因此没有可显示的代码。

最佳答案

如果您使用的是静态 TableView 但有 TableViewControler,请确保

/*
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
and most importantly.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
*/

在你的 tableViewController 类中被注释掉了。

希望对您有所帮助。

关于ios - UITableView 不显示在模拟器中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17355828/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com