Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>...are there competing frameworks that are worth checking out?</p> </blockquote> <p><a href="http://objection-framework.org/">Objection</a> is the DI library I could find on google for iOS, so you might be stuck with it if you want a pre-built library.</p> <p>DI doesn't specifically require a framework to use. If your app is small, you can simply create all your instances at the application root and inject by hand.</p> <p>If you need more than this, and the existing frameworks aren't cutting it for you, you could roll your own Service Locator, then build a DI container on top of it.</p> <p>You could also port an existing smaller framework from another platform. There are several "small" ones on .Net, for example - <a href="http://ninject.org/">Ninject</a> and <a href="http://simpleinjector.codeplex.com/">SimpleInjector</a>.</p> <blockquote> <p>Is this one a common choice for iOS...?</p> </blockquote> <p>It seems that it is a fairly small project as there is only one author/contributor listed. There aren't many issues filed. The iOS market is fairly large though. So I'm thinking that only a very small portion of all iOS developers use this library.</p> <p>But this isn't necessarily a bad thing. It seems to be <a href="http://www.atomicobject.com/pages/Software+Commons">created, used, and supported by a small company</a>. It has had <a href="https://github.com/atomicobject/objection/commits/master/">fairly steady updates for the past year</a>.</p> <p>My anecdotal experience with similarly scoped open source projects: I don't always get new features super-often, and I'm often the one who ends up finding bugs. But I tend to get support on the existing feature set very quickly, and a lot of attention is paid to support e-mails I've sent. YMMV.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload