ฉันเป็นมือใหม่ 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
มีความคิดเกี่ยวกับสิ่งที่ฉันขาดหายไปหรือไม่?