Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Typhoon</strong></p> <p><strong>The <a href="http://www.typhoonframework.org">Typhoon-website</a> lists the key features. A quick summary:</strong> </p> <ul> <li><p>Non-invasive. No macros or XML required. Configuration is done using an <strong><a href="https://github.com/jasperblues/Typhoon/wiki/Assembling-Components-with-Blocks">Objective-C or Swift API</a></strong> that takes advantage of the Objective-C runtime. </p></li> <li><p><strong>Lightweight</strong>. Just 2500 lines of code. It has a very low footprint, so is appropriate for CPU and memory constrained devices. Tuned for performance. </p></li> <li><p>Makes it easy to have multiple configurations of the same base-class or protocol.</p></li> <li><p>No magic strings - supports IDE refactoring, code-completion and compile-time checking.</p></li> <li><p>Supports injection of view controllers and storyboard integration.</p></li> <li><p>Supports both initializer and property injection, plus life-cycle management.</p></li> <li><p>Powerful memory management features. Provides pre-configured objects, without the memory overhead of singletons.</p></li> <li><p>Excellent support for circular dependencies.</p></li> <li><p>Battle-tested - used in all kinds of Appstore-featured apps.</p></li> <li><p>An internationally distributed core team (we even monitor StackOverflow), so support for any of your questions are never far away :)</p></li> </ul> <p><strong>API Docs and sample app</strong></p> <ul> <li>API docs: <a href="http://www.typhoonframework.org/docs/latest/api/">http://www.typhoonframework.org/docs/latest/api/</a></li> <li>We have some nice sample apps, including an <a href="https://github.com/typhoon-framework/Typhoon-example">Objective-C example</a> and a <a href="https://github.com/typhoon-framework/Typhoon-Swift-Example">Swift example</a>.</li> </ul>
    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. 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