腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(2050)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
UILocalNotification
我有两个按钮,一个是取消按钮,另一个是查看按钮,当应用程序在后台并出现警报时,我单击了
UILocalNotification
按钮,它就会在应用程序上打开,但我有一个方法调用,如果启动选项有一个不工作的
UILocalNotification
*)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions //notifcation key
UILocalNotification
浏览 0
提问于2012-02-23
得票数 3
回答已采纳
1
回答
取消
UILocalNotification
创建
UILocalNotification
:
UILocalNotification
*localNotification =[[
UILocalNotification
alloc] init]; localNotification.alertBodyCancel
UILocalNotification
: Ob
浏览 2
修改于2015-04-18
得票数 0
回答已采纳
1
回答
多
UILocalNotification
你好,我和
UILocalNotification
有问题。我从服务器接收通知,并将Json Array存储在Mutable array中。像这样:当我尝试此代码时:NSMutableArray *notifications = [[NSMutableArrayalloc] init]; notif=[[
UILocalNotification
all
浏览 0
修改于2013-05-15
得票数 0
回答已采纳
3
回答
FireDate for
UILocalNotification
我知道如何使用
UILocalNotification
。 我的问题是与自定义repeatInterval无关,我知道在苹果的iOS中设置自定义repeatInterval是不可能的。
浏览 6
修改于2013-08-19
得票数 0
回答已采纳
1
回答
UILocalNotification
发行
timeComponents hour]];[dateComponents setSecond:0.0]; localNotification.alertBody = [NSString stringWithFormat
浏览 3
修改于2014-12-12
得票数 0
10
回答
取消
UILocalNotification
我的
UILocalNotification
出了点问题。{ [[UIApplication sharedApplication] cancelLocalNotification:(
UILocalNotification
}
浏览 7
修改于2017-01-24
得票数 48
回答已采纳
1
回答
UILocalNotification
in iOS 5
我计划使用
UILocalNotification
设置提醒。干杯,迪恩
浏览 4
提问于2011-10-18
得票数 0
1
回答
暂停
UILocalNotification
我添加了一个
UILocalNotification
,这样即使你不在应用程序中告诉你计时器已经完成,它也会弹出:- (void)setupLocalNotifications { totalSeconds = (setHour * 60 *
浏览 0
修改于2013-12-08
得票数 0
回答已采纳
2
回答
UILocalNotification
崩溃
我正在设置一个
UILocalNotification
,当我试图设置它的userInfo字典时,它崩溃了。fetchedObjects包含88个对象。NSDictionary* myUserInfo = [NSDictionary dictionaryWithObject: fetchedObjects forKey: @"textbody"]; if (localNotif ==
浏览 3
修改于2011-02-21
得票数 3
回答已采纳
1
回答
UILocalNotification
重复
我想在每周日和周一重复一遍
浏览 0
修改于2014-02-21
得票数 1
1
回答
UIlocalNotification
主体
如果需要显示所有正文,如何生成UILocal通知localNotif.alertBody = [NSString stringWithFormat:NSLocalizedString(@"%@", nil),localNotif.alertAction = NSLocalizedString(@"View Details", nil); localNotif.soundName = UILocalNotificatio
浏览 0
修改于2013-08-20
得票数 0
1
回答
UILocalNotification
-稍后
在我的应用程序中,我使用的是
UILocalNotification
,它工作得很好。但我需要在警报中的“稍后”按钮而不是“取消”。当用户点击“稍后”按钮时,我想在一段时间后显示通知。这有可能吗? 谢谢
浏览 0
提问于2011-06-22
得票数 0
回答已采纳
3
回答
UILocalNotification
声音
manager didEnterRegion:(CLRegion *)region {
UILocalNotification
*localNotification = [[
UILocalNotification
alloc] init]; [localNotification setAlertBody:@"You are
浏览 1
修改于2013-12-03
得票数 0
2
回答
UILocalNotification
问题
我有一个本地通知,我想每5分钟触发一次。我使用:这将使通知每分钟发生一次。我不知道如何让这种情况每隔5分钟发生一次,或者其他任何时间间隔>1分钟。我试过了:这是行不通的。有人能帮我解决这个问题吗?
浏览 0
修改于2011-02-22
得票数 0
2
回答
UILocalNotification
失败
date dateByAddingTimeInterval: interval]; localNotif. fireDate = localeDate; localNotif.soundName
浏览 1
修改于2015-08-11
得票数 0
1
回答
UILocalNotification
repeatInterval
这是代码
UILocalNotification
*localNotif = [[
UILocalNotification
alloc]init]; return; localNotif.fireDate
浏览 3
修改于2013-11-03
得票数 1
1
回答
调度
UILocalNotification
我添加了代码(不是在AppDelegate文件中):
UILocalNotification
*localNotification = [[
UILocalNotification
alloc] init];localNotification.timeZone我读过苹果文档 - (void) application:(UIApplication *)application did
浏览 1
修改于2017-05-23
得票数 1
回答已采纳
1
回答
UILocalNotification
替代报警
我正在开发警报应用程序,我知道不建议使用
UILocalNotification
。例如,使用不能发出声音循环。有什么替代
UILocalNotification
的方法吗?当出现通知时,会触发哪种方法?
浏览 2
修改于2014-07-03
得票数 0
回答已采纳
3
回答
UILocalNotification
不点火
我有一个操作链接到一个按钮,该按钮可以更改标签并触发一个
UILocalNotification
,这就是action方法:下面是包含
UILocalNotification
的App初始化 UILabel *_LabelOne;
UILocalNotificatio
浏览 4
修改于2011-08-08
得票数 3
回答已采纳
1
回答
UILocalNotification
-可变拷贝
概述:我正在通过调用copy方法复制
UILocalNotification
实例是在做正确的事情,还是应该使用不同的方法来创建一个可变的副本。
浏览 1
修改于2012-04-28
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券