为什么用从nsobject派生的类作为delegate,delegate不能接收到alertview的消息

 我来答
qi...4@163.com
2015-05-19
知道答主
回答量:19
采纳率:0%
帮助的人:18万
展开全部
完全没有区别,类似的有:String string Boolean boolean
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
推荐于2016-08-17
展开全部
#import "MySubView.h"
2
3 @implementation MySubView
4
5 - (id)initWithFrame:(CGRect)frame
6 {
7 self = [super initWithFrame:frame];
8 if (self) {
9 // Initialization code
10
11 self.backgroundColor = [UIColor darkGrayColor];
12
13 UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"testAlert" message:@"TEST" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];
14 [alertView show];
15 }
16 return self;
17 }
18
19 - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
20 {
21
22 }
23
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式