79282565

Date: 2024-12-15 15:05:11
Score: 1.5
Natty:
Report link

Remember that nib/xib files store the file's owner class as a string, so nib instantiation requires a lookup by string. This makes it highly unlikely that Apple would use a grossly inefficient lookup. (Also highly unlikely they would implement efficient lookup, keep it private, implement a separate inefficient lookup and expose that.)

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: user2793784