gpt4 book ai didi

ios - 以编程方式将 UITableViewStyle 设置为 UITableView 导出

转载 作者:行者123 更新时间:2023-11-30 13:59:31 27 4
gpt4 key购买 nike

假设我有以下 ViewController,它有一个 socket tableView:

class CustomController: UIViewController, UITableViewDataSource, ... {
@IBOutlet var tableView: UITableView?
}

CustomController 设置为 Storyboard右侧 Controller 中的 Class 属性。 tableViewStyle 在 Storyboard 中也设置为 Grouped
现在我遇到了一个问题 - 我需要我的 UITableViewStyletableView,女巫的风格 Plain。我有什么想法可以实现这一目标吗?

最佳答案

很难理解你的问题。您可以在 Storyboard中更改它。

您无法手动更改

public var style: UITableViewStyle { get }

也许你需要重新创建tableView

public init(frame: CGRect, style: UITableViewStyle)

我认为您不应该使用 UITableView style 并进行自定义或样式化 UITableViewCell

关于ios - 以编程方式将 UITableViewStyle 设置为 UITableView 导出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33170275/

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