This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
Hub Framework 2.0.8
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 itsviewURI
as a public property.
Fixed
- A crash that could occur because of a race condition during rapid view model updates.