Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 715 Bytes

File metadata and controls

36 lines (23 loc) · 715 Bytes

1.0.0

  • None -- promoting 0.4.2 to 1.0.0 unchanged

0.4.2

  • Better handling of view controller containment lifecycles
  • Minor appearance fixes

0.4.1

  • Doc updates

0.4.0

  • Add a delegate protocol
  • Change the order that selected index actions are taken internally. May break some existing usage patterns

0.3.0

  • Change license to MIT
  • Add methods to lock navigationItem properties from being changed by child view controllers
  • Minor nib-related lifecycle refactor

0.2.0

  • Expose a readonly array of contained view controllers
  • Copy through all navigationItem properties of the active view controller (not just the basic ones)
  • Documentation updates

0.1.0

  • Initial release