ivoidcat
ivoidcat
iPhone X 有问题
4g状态下声音很小
同样遇到了
加了个trycarch暂时解决了
我知道了,不能直接写AM10.0930.xcarchive/Products/Applications下的app,复制出来就好了
创建的时候我把demo里面的直接复制进去的都不行,源码的地方我改了个地方就可以了,至今不明白原理 if (!self.customHeaderView) { if ((1 || self.attributedTitle.length || self.message.length || self.attributedMessage.length || self.textFields.count || self.image)) { [self.alertView addSubview:headerView]; } }
SPAlertController *alertController = [SPAlertController alertControllerWithTitle:nil message:nil preferredStyle:SPAlertControllerStyleActionSheet]; alertController.needDialogBlur = _lookBlur; SPAlertAction *action1 = [SPAlertAction actionWithTitle:@"Default" style:SPAlertActionStyleDefault handler:^(SPAlertAction * _Nonnull action) { NSLog(@"点击了Default "); }]; SPAlertAction *action2 = [SPAlertAction actionWithTitle:@"Destructive" style:SPAlertActionStyleDestructive...
是使用的ChromeDriver。