问题标签 [uialertviewdelegate]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - iOS7中的UIAlertview没有被解雇
UIAlertview
在 iOS7 中,当它在子类中被解散但在父类中被解散时不会被解散。有什么解决办法吗?
委托方式:
ios - How to add action to buttons in Alert in Swift
I am beginner level programmer. I am trying to add action to buttons on Alert, but it doesn't work. I just want to test if the alert button choice can change the text in label, but it doesn't work. Of course I can see the alert and buttons well, but nothing happens after clicking the button.
ios - UIButton title refresh after UIAlertView
I have a button with title Fun whitch is set from the storyboard
In viewDidLoad I change the title
And then when another button is click
But after the alert shows up the title of the button change back to Fun
ios - UITextView 类中未调用 UIAlertView 委托方法
我想打电话didDismissWithButtonIndex
给UITextView
Class ,但没有打电话。我还实现UIAlertViewDelegate
了MyViewcontroller.h
文件和[alert setDelegate:self]
方法。
那么可以在Class中调用UIAlertView
Delegate 方法吗?UITextView
ios - 从 UIAlertView 按钮以编程方式推送视图?
我会UIViewController
从一个UIAlertView
按钮打开一个,但它不起作用。
当用户终止游戏时,我会显示UIAlertView
一些文本和两个按钮:“确定”关闭警报,“得分”打开得分页面。
这是实际的UIAlertView
:
这是推送视图的代码:
我得到的是一个完全黑屏。有人能帮我吗?我无法弄清楚我做错了什么。
PS:ScoreViewController
从根视图有一个segue,但我当然不能从情节提要创建一个新的,因为我想从警报视图按钮以编程方式执行segue。
希望我已经清楚了,任何帮助将不胜感激!
ios - 在 Xcode 5 和 iOS 8 上关闭 UIAlertView
我的应用程序已准备好上架 App Store,因此我目前仍在使用 Xcode 5。但是,当我将它安装在我iPad
的电脑上时,iOS 8
出现了一个奇怪的问题。
我用委托创建了一个警报:自我。但是关闭警报的功能只是不起作用(它是另一种方法并且在所有其他设备上都可以正常工作)。
我试过:
和不
和不
和不
有同样问题的人吗?
ios - UIAlertView 不应调用 popViewControllerAnimated
我有一些 UITextViews 的视图。用户可以输入人员数据、姓名、姓氏、电子邮件等。编辑完成后,用户点击右上角的“完成”,视图导航回之前的视图,如下所示:
客户要求在某些字段中添加一些验证,例如电子邮件。验证后,UIAlertView 会通知数据输入无效,因此不会存储数据。我的问题是AlertView的OK按钮调用了“save”方法,navigationController被调用,popViewControllertAnimated被调用。
这里的问题是,我想在 UIAlertView 之后避免自动导航到上一个视图(通过 popViewControllerAnimated),更准确地说,我想留在我的编辑视图上并输入一个新的有效电子邮件。
警报视图的代码是
这是通过-(BOOL)textFieldShouldEndEditing:(UITextField *)textField
方法调用的。那么,如何在当前 UITextView 再次响应的警报消息之后修改我的代码?
ios - 带有很多按钮的 UIAlertView 似乎被破坏了 iOS 6
当我添加很多按钮时,UIAlertView 存在问题。然后 alertView 似乎被破坏了。这只发生在 iOS 7 的早期版本上。在 iOS 7 和更高版本上似乎没问题。这是我的问题的屏幕截图。我可以修复它吗?
ios - 本地通知未与 NSDate 字符串链接
我的问题是我的申请通知。
我正在为我的音乐应用程序使用提醒通知,因此人们可以在我播放节目前两小时收到通知。我之前测试过这个类似的代码,但使用整数组件而不是 NSString date,并且它有效。但是,我需要在这个特定实例中使用字符串。
对我来说,一切看起来都应该正常工作。位于单例中的 NSLog 输出正确的信息。EG =
那为什么我没有收到通知?我已经尝试了一段时间,并且整天都遇到了路障。将不胜感激一些帮助。
谢谢!
IBAction=
ios - UIAlertView 和请求访问地址簿
这里有一些我不明白的地方,当提示用户授予访问权限时,如果他点击取消,我没有显示我的第二个 UIAlertView,即 (accessDenied) 警报视图。
我也觉得有些东西我不明白与调度和队列有关。