gpt4 book ai didi

ios - HMSegmentedControl如何刷新它的title

转载 作者:行者123 更新时间:2023-11-28 18:31:02 24 4
gpt4 key购买 nike

我在我的应用程序中使用 HMSegmentedControl。我在 View Controller A 中创建了一个 HMSegmentedControl 实例,然后跳转到 View Controller B 来收集数据,如下所示: [self presentViewController:vc animated:YES completion:nil];

然后我回到 View Controller A 并根据 View Controller B 的值更改 HMSegmentedControl 的标题。我使用 setSectionTitles: 来完成这项工作。在我单击其中一个之前,标题没有刷新,但我希望它立即刷新。怎么做?

我试过 self.view setNeedsDisplay 但没有成功。

最佳答案

setNeedsDisplay 应该可以满足您的需求。您只需要在分段控件上调用它,而不是 View Controller 的 View 。

[segmentedControl setNeedsDisplay];

关于ios - HMSegmentedControl如何刷新它的title,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30048283/

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