-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第一个XPopup中创建第二个XPopup经常出现异常 #34
Comments
我通过performSelector延迟500ms创建第二个XPopup,bug出现的概率减少但是还会出现 |
@YXHTom 代码可以展示一下吗? |
@YXHTom 或者私聊发我源码看看 |
-(void)XPopup_DeviceSettingPopView{
// popView.isHideBg = YES;
// 日本手
// 校准地磁
// 校准加速计
// 离线地图
// 找回
// 镜头方向 // [self->mWiFiTool sendTcpData:GET_SDCARD_INFO_COMMOND_REQ withData:NULL];
// 弹出SD卡
// 设备信息
// 修改连接强度
// 连接强度
} |
以上是第一个XPopup |
//SD卡信息
// }); |
@YXHTom 加我微信a_LSTKit 😔 |
我在第一个XPopup的button按钮创建并显示第二个XPopup,但是经常出现崩溃。在“LSTPopView.m“文件的511行处,代码是“id obj = popViewArr[popViewArr.count-2];”。xcode的bug提示popViewArr这个数组下标越界
The text was updated successfully, but these errors were encountered: