คำถามติดแท็ก performselector

10
iOS - วิธีใช้ performSelector ที่มีหลายอาร์กิวเมนต์และด้วย afterDelay?
ฉันเป็นมือใหม่ iOS ฉันมีวิธีการเลือกดังนี้ - - (void) fooFirstInput:(NSString*) first secondInput:(NSString*) second { } ฉันกำลังพยายามใช้สิ่งนี้ - [self performSelector:@selector(fooFirstInput:secondInput:) withObject:@"first" withObject:@"second" afterDelay:15.0]; แต่นั่นทำให้ฉันมีข้อผิดพลาดว่า - Instance method -performSelector:withObject:withObject:afterDelay: not found มีความคิดเกี่ยวกับสิ่งที่ฉันขาดหายไปหรือไม่?
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.