Hello everyone,

I am currently exploring best practices for managing Dependency Injection in iOS applications. I am particularly interested in learning how large companies handle this. Specifically, I have a few questions:

  1. Libraries: Which Dependency Injection libraries are commonly used in the industry? (e.g) apple, meta, google) (I cannot find any information about that)
  2. DI-Container: If team uses the DI-Container, what are some best practices to ensure its compile-time-safe and efficient use? (e.g, Needle in Uber)

I would greatly appreciate any insights or recommendations based on experiences. Thank you in advance for your help!