gpt4 book ai didi

ios - 禁用自动调整 uitableView 插图

转载 作者:行者123 更新时间:2023-11-28 21:00:14 26 4
gpt4 key购买 nike

UIViewController

ContainerView -> UITableViewController界面 View ContainerView -> UIViewController

当显示键盘时,UIViewController 中的 UITableViewController 会自动调整 contentInset。

所以,我在 UITableViewController 中添加这段代码

if #available(iOS 11.0, *) {
self.tableView.contentInsetAdjustmentBehavior = .never
} else {
self.automaticallyAdjustsScrollViewInsets = false
}

但它不起作用。如何禁用自动插入?

最佳答案

我找到了完美的解决方案!

UITableView.appearance().contentInsetAdjustmentBehavior = .never

只需在 UITableViewController 中添加这段代码。和奇怪的调整插图都不见了!

关于ios - 禁用自动调整 uitableView 插图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49529388/

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