gpt4 book ai didi

容器内的 ios tableview 不可点击

转载 作者:行者123 更新时间:2023-11-29 12:49:25 25 4
gpt4 key购买 nike

我将一个 tableview 放在容器中,但 tableview 的最后一个可见行不可点击。

_purchaseInvoiceListTable - tableViewController

[_purchaseInvoiceListTable setDataSource:_purchaseDataSource];
[_purchaseInvoiceListTable.view setFrame:_purchaseInvoiceListTableContainer.bounds];
[_purchaseInvoiceListTableContainer addSubview:[_purchaseInvoiceListTable view]];
[_purchaseInvoiceListTable willMoveToParentViewController:self];
[self addChildViewController:_purchaseInvoiceListTable];
[_purchaseInvoiceListTable didMoveToParentViewController:self];

为什么?

最佳答案

您是否在容器上设置了 clipsToBounds?

_purchaseInvoiceListTableContainer.clipsToBounds = YES;

关于容器内的 ios tableview 不可点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22790322/

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