Instantiate Versions Save

Type-safe and constructor injectable InterfaceBuilder protocols.

4.0.1

3 years ago

Fix spm package resolve issue #41

4.0.0

5 years ago

swift 5 support

3.0.0

6 years ago

Swift 4 support

2.2.0

6 years ago
  • Support Nib + ViewController implementation.
    • Redefine NibType and StoryboardType fields.
  • Adding LoadViewBeforeInject protocol, if you implement this protocol, it force load view before inject call.

2.1.0

6 years ago

Cross platform Supporting.

  • macOS 10.11 +
  • tvOS 9.0 +
  • Swift 4.0 compatibility
  • Cocoapods

2.0.0

7 years ago

Instantiate supports init(with: Dependency) and subclassing feature.

1.0.0

7 years ago

Instantiate 1.0.0 is now available.

Bindable is renamed Injectable

Bindable is unavailable and renamed Injectable. Bindable.Parameter will be unavailable, please use Injectable.Dependency. Bindable.bind(_:) is unavailable and renamed Injectable.inject(_:)

Reusable functions are moved

UITableView.dequeue() and UICollectionView.dequeue() are moved Reusable.dequeue().

0.2.0

7 years ago

Removed to from bind(to parameter: Parameter)

0.1.0

7 years ago