iphone - 如何每 10 分钟使用一次重复间隔?
<p><p>有没有办法设置本地通知repeatinterval每10分钟一次。</p>
<p>我尝试使用</p>
<pre><code>localnotification.repeatInterval = NSMinuteCalendarUnit*3;
</code></pre>
<p>和</p>
<pre><code>localNotif.repeatInterval = 640;
</code></pre>
<p>它不起作用。 </p>
<p>所以请你指导我。 :)</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>正如 Mundi 所说,repeatInterval 必须是 <code>NSCalendarUnit</code> 并且只能包含:<code>NSWeekCalendarUnit</code>、<code>NSMonthCalendarUnit</code>、<code>NSDayCalendarUnit</code> , <code>NSHourCalendarUnit</code>,.. </p>
<p>所以每 10 分钟收到一次通知。使用 6 个每小时重复一次的通知,并在通知之间设置 10 分钟。</p></p>
<p style="font-size: 20px;">关于iphone - 如何每 10 分钟使用一次重复间隔?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/7024594/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/7024594/
</a>
</p>
页:
[1]