gpt4 book ai didi

ios - 如何检查使用 UISegmentedControl 选择了哪个段

转载 作者:行者123 更新时间:2023-12-01 19:08:31 26 4
gpt4 key购买 nike

我有一个 UIImagePicker,当您单击按钮时会显示它,尽管我最近添加了一个使用片段的选项,您可以在其中使用相机,尽管我似乎无法检查选择了哪个片段。这是我到目前为止得到的代码:

- (IBAction)addPicture:(id)sender {
if (_photoControl.selected == 0) {
CGRect rect = CGRectMake(0, 0, 753, 118);
[popOverController presentPopoverFromRect:rect inView:self.view permittedArrowDirections:UIPopoverArrowDirectionUp animated:YES];
} else {

}
}

虽然 if 语句总是正确的。

尽管我很困惑,但这可能真的很明显该怎么做。

提前致谢

最佳答案

使用selectedSegmentIndex ,而不是 selected .

关于ios - 如何检查使用 UISegmentedControl 选择了哪个段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18353029/

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