菜鸟教程小白 发表于 2022-12-12 19:20:27

iphone - iOS :Call a method in specific time


                                            <p><p>我正在尝试在这个时候调用一个方法:<code>00:01 AM</code> 这是我的代码,但我找不到为什么这个代码没有调用我的方法的问题。 </p>

<pre><code>- (BOOL)date:(NSDate *)date hour:(NSInteger)h minute:(NSInteger)m {

    NSCalendar *calendar = [initWithCalendarIdentifier:currentCalendar];

    NSDateComponents *componets = ];
    if ( == h &amp;&amp; == m) {

      return YES;
    }
    return NO;
}



- (void)updateNewDate {

    if ( hour:4 minute:49]) {

      label.text = @&#34;oyooy&#34;;
    }
}

- (void)viewDidLoad {

;
}
</code></pre>

<p>如果你有其他方法请告诉我。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>实际上你的代码工作正常,但它需要刷新......例如你可以使用 <code>NSTimer</code>
刷新您的方法:</p>

<pre><code>;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - iOS :Call a method in specific time,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/9211640/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/9211640/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - iOS :Call a method in specific time