Join Examsbook
639 0

Q: If I call performSelector:withObject:afterDelay: – is the object retained?

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

Yes the object is retained. It creates a timer that calls a selector on the current threads run loop. It may not be 100% precise time-wise as it attempts to dequeue the message from the run loop and perform the selector.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully