gpt4 book ai didi

ios - 为什么我的 subview 没有显示在堆栈顶部?

转载 作者:行者123 更新时间:2023-12-01 19:48:30 24 4
gpt4 key购买 nike

我正在尝试在我的 NavigationStack 顶部添加一个摄像头捕获 subview ,但即使代码根据调试运行良好, subview 也没有显示在顶部,因此我无法使用摄像头进行扫描

代码如下,为什么不显示在栈顶呢?

- (IBAction)transactionListViewCameraBtn_Pressed:(id)sender {

if([NWTillHelper isDebug] == 1) {
NSLog(@"%s entered", __PRETTY_FUNCTION__);
}

NSLog(@"jongel1");
self.capture.delegate = self;
NSLog(@"jongel2");
[self applyOrientation];
NSLog(@"jongel3");
self.capture = [[ZXCapture alloc] init];
self.capture.camera = self.capture.back;
self.capture.focusMode = AVCaptureFocusModeContinuousAutoFocus;
NSLog(@"jongel4");
[self.view.layer addSublayer:self.capture.layer];
NSLog(@"jongel5");
[self.view bringSubviewToFront:self.scanRectView];
[self.view bringSubviewToFront:self.decodedLabel];
NSLog(@"jongel6");
}

最佳答案

好像你设置了delegate对于 self.capture初始化前self.capture .尝试设置delegate初始化后self.capture .

关于ios - 为什么我的 subview 没有显示在堆栈顶部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47087598/

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