-
Notifications
You must be signed in to change notification settings - Fork 68
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
新版本不设置title不会弹出 #22
Comments
你好,能把创建SPAlertController的地方代码给我看一下吗
乐升平 许思必客行
中华人民共和国
手机:13879857085 邮箱:[email protected]
电话:000-00000000 地址:上海市浦东新区居里路99号
在2019年08月19日 17:24,ivoidcat<[email protected]> 写道:
新版本不设置title不会弹出,demo测试可以,放到项目就不行了,新版本不知道为什么不行,换回老版本就可以了,
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
创建的时候我把demo里面的直接复制进去的都不行,源码的地方我改了个地方就可以了,至今不明白原理
|
你好,请问是哪种样式,是从地底部弹出来的样式,还是从中间弹出来的样式。你复制的是demo里的哪个示例,我想还原一下你的场景
乐升平 许思必客行
中华人民共和国
手机:13879857085 邮箱:[email protected]
电话:000-00000000 地址:上海市浦东新区居里路99号
在2019年08月20日 16:55,ivoidcat<[email protected]> 写道:
创建的时候我把demo里面的直接复制进去的都不行,源码的地方我改了个地方就可以了,至今不明白原理
if (!self.customHeaderView) {
if ((1 || self.attributedTitle.length || self.message.length || self.attributedMessage.length || self.textFields.count || self.image)) {
[self.alertView addSubview:headerView];
}
}
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
请问你用的是什么机型
乐升平 许思必客行
中华人民共和国
手机:13879857085 邮箱:[email protected]
电话:000-00000000 地址:上海市浦东新区居里路99号
在2019年08月24日 10:25,ivoidcat<[email protected]> 写道:
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 handler:^(SPAlertAction * _Nonnull action) {
NSLog(@"点击了Destructive");
}];
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
新版本不设置title不会弹出,demo测试可以,放到项目就不行了,新版本不知道为什么不行,换回老版本就可以了,
The text was updated successfully, but these errors were encountered: