腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(421)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
UIAlertViewDelegate
扩展协议
我试图用一个可选的委托方法扩展
UIAlertViewDelegate
协议。(id)initWithWebURL:(NSString *)url title:(NSString *)aTitle; @protocol HPAlertViewDelegate <
UIAlertViewDelegate
浏览 4
修改于2011-10-05
得票数 2
2
回答
NSObject扩展
UIAlertViewDelegate
崩溃?
我是这样宣布的:我还有一个显示警报视图的方法: - (void) showLinkDialog我注意到只有当
UIAlertViewDelegate
方法(如didDismissWithButtonIndex )就位时,它才会崩溃。为什么会发生这种情况?
浏览 4
提问于2012-06-18
得票数 2
回答已采纳
3
回答
UIAlertView未响应
UIAlertViewDelegate
我正在使用iPhone (MobileSubstrate插件)的徽标,以及我的.h文件和 - (
浏览 6
修改于2011-02-06
得票数 2
2
回答
UIAlertViewDelegate
未按预期运行
我使用
UIAlertViewDelegate
来推迟所有的更新,重置控件等,直到UIAlertView被解除。方法有startNewRound、startOver和updateLabels。
浏览 0
提问于2012-10-20
得票数 0
回答已采纳
1
回答
目标-C UIKit
UIAlertViewDelegate
未调用
我开始学习目标-C uikit,我遇到了一个problem.
UIAlertViewDelegate
而不是called.Can,有人告诉我为什么?谢谢!#import <Foundation/Foundation.h>@interface AlertLearn : NSObject <
UIAlertViewDelegate
浏览 3
提问于2015-10-10
得票数 3
回答已采纳
1
回答
用示例
UIAlertViewDelegate
理解协议实现
A类和B类有两种:@接口B{.} A将通过创建B来使用B并使用它。我认为在A类中实现clickedButtonAtIndex是合理的,因为A被声明为向
UIAlertViewDelegate
确认。但事实是,我们应该在B中实施。
浏览 1
提问于2010-06-25
得票数 0
回答已采纳
4
回答
关于UIAlertView和
UIAlertViewDelegate
的简单问题
// RedeemCouponViewController.h @interface RedeemCouponViewController : UIViewController <
UIAlertViewDelegate
浏览 3
提问于2011-07-06
得票数 1
3
回答
UIAlertViewDelegate
:clickedButtonAtIndex和两个按钮
我知道使用
UIAlertViewDelegate
- (void)alertView:(UIAlertView *)actionSheet clickedButtonAtIndex:(NSInteger
浏览 0
提问于2012-04-02
得票数 6
回答已采纳
3
回答
UIAlertViewDelegate
和更多警报窗口
我有实现
UIAlertViewDelegate
的控制器。
浏览 2
提问于2010-12-03
得票数 11
回答已采纳
4
回答
UIAlertViewDelegate
clickedButtonAtIndex:有用吗?
UIAlertViewDelegate
协议定义了两个方法,alertView:clickedButtonAtIndex:和alertView:didDismissWithButtonIndex:,在我看来这两个方法的用处是一样的
浏览 0
提问于2010-03-23
得票数 12
回答已采纳
3
回答
快速自定义
UIAlertViewDelegate
不工作
我想在代码中使用自定义
UIAlertViewDelegate
。演示喜欢// let delegate = MyUIAlertViewDelegate() class MyUIAlertViewDelegate : UIViewController,
UIAlertViewDelegate
浏览 10
修改于2015-06-10
得票数 0
回答已采纳
11
回答
用于
UIAlertViewDelegate
的数据块
我是objective C的新手,我只是想弄清楚是否可以使用块或选择器作为UIAlertView的
UIAlertViewDelegate
参数--哪一个更合适?
浏览 2
提问于2012-04-10
得票数 25
4
回答
我需要添加<
UIAlertViewDelegate
>协议吗?
alert show];} 然后,我使用viewController调用[self connectionAlert]; everything,但我不确定是否应该将<
UIAlertViewDelegate
浏览 0
提问于2010-04-23
得票数 2
回答已采纳
2
回答
Objective C-
UIAlertViewDelegate
无法访问其他类中的UILabel
我已经创建了一个
UIAlertViewDelegate
类,我希望它成为View Controller类中的一些UIAlertViews的委托。@property (strong)
UIAlertViewDelegate
*AVDelegate;- (void)viewDidLoad
UIAlertViewDelegate
)doAlertInput:(id)sender { AVDelegate
浏览 2
提问于2012-11-19
得票数 2
4
回答
UIAlertViewDelegate
clickedButtonAtIndex从来没有被调用过?
iOS7上运行而实现的控制器: class StartViewController: UIViewController,
UIAlertViewDelegate
"cancel") confirm.show() // MARK:
UIAlertViewDelegate
func alertViewCancel(
浏览 6
修改于2015-04-22
得票数 0
1
回答
UISplitViewController的DetailView中的UIAlertView未触发
UIAlertViewDelegate
代码
然后,我添加了一个按钮和该按钮触发的操作(我将该按钮连接到IB中的操作),添加了一个具有三个按钮的UIAlertView,然后将该
UIAlertViewDelegate
添加到.h文件中。当按下按钮时,将显示AlertView,但是当单击AlertView中的任何按钮时,不会调用.m文件中的
UIAlertViewDelegate
方法。<UIKit/UIKit.h> @interface DetailViewController : UIViewController <UISplitViewControllerDelegate, <
浏览 8
提问于2013-01-15
得票数 0
回答已采纳
2
回答
从不同的ViewControllers调用
UIAlertViewDelegate
方法
我的应用程序中的几个ViewControllers必须显示相同的UIAlertView,并以相同的方式执行- manner视图:clickedButtonAtIndex:方法。我不想在几个文件中编写相同的代码,所以我需要有一种全局UIAlertView,其中包含一个可用于所有ViewControllers的alertView: clickedButtonAtIndex:方法。我已经创建了一个方法来调用我的AppDelegate.m文件中的UIAlertView,并在相同的位置覆盖了alertView:clickedButtonAtIndex:,但不幸的是,alertView:clickedBu
浏览 1
提问于2012-01-05
得票数 2
1
回答
从
UIAlertViewDelegate
回调返回到后台线程
我有一个导入序列,从存档中读取,解压缩包含的文件,并为每个文件创建相应的核心数据实体。整个过程发生在后台,并且已经为每个线程创建了一个单独的上下文,所以所有这些都很好。这就是我的问题开始的地方。当用户输入密码并点击OK/Cancel时,委托回调仍然在主线程上,因此,如果不进行大量工
浏览 1
修改于2015-12-15
得票数 1
回答已采纳
2
回答
在
UIAlertViewDelegate
中单击索引按钮未被调用
import UIKit class ViewController:UIViewController,UITableViewDelegate,UITableViewDataSource,
UIAlertViewDelegate
浏览 4
修改于2014-06-04
得票数 2
回答已采纳
1
回答
单独类崩溃应用程序中的
UIAlertViewDelegate
viewDidLoad];@end#import <Foundation/Foundation.h> @interface DataModel : NSObject <
UIAlertViewDelegate
浏览 2
修改于2012-10-10
得票数 3
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券