Zhenghonghao

Results 5 issues of Zhenghonghao

xcode快捷键绑定中没有xalign的设置选项 ![截屏2021-03-05 上午11 28 25](https://user-images.githubusercontent.com/21231722/110063344-f3e6d800-7da5-11eb-8a44-96635d3464cf.png)

如何在按钮的block中获取textfield的值

**Code:** [self.hgWorkStyleDisposable dispose]; self.hgWorkStyleDisposable = [[[RACSignal combineLatest:@[RACObserve(devicedata_weak_, PK_workStyle),RACObserve(devicedata_weak_, hgDetailModel.settings.unit)]] deliverOnMainThread] subscribeNext:^(RACTuple * _Nullable x) { } ]; **Error** #0 Thread NSRangeException Cannot remove an observer for the key path "unit"...

ld: unknown file type in '/**/Downloads/YOLOv5_NCNN-master/iOS_YOLOv5NCNN/YOLOv5NCNN/glslang.framework/glslang' clang++: error: linker command failed with exit code 1 (use -v to see invocation)