Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSRunLoop には 2 つの API があります。
- (BOOL)runMode:(NSString *)mode beforeDate:(NSDate *)limitDate
と
- (void)acceptInputForMode:(NSString *)mode beforeDate:(NSDate *)limitDate
つまり、戻り値以外は同じですか、それとも他に違いがありますか?