Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Hub Framework 2.0.8

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 08 Dec 10:53
· 370 commits to master since this release

Added

  • The framework now automatically manages highlights & selection for child components. You can still perform manual selection handling (for custom views) using childDelegate.
  • Carthage is now fully supported! We have a new dynamic framework target (HubFramework-iOS) that will automatically be picked up by Carthage.
  • Hub Framework can now be imported by other frameworks.
  • HUBViewController now exposes its viewURI as a public property.

Fixed

  • A crash that could occur because of a race condition during rapid view model updates.