This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
Hub Framework 2.0.2
Added
UINavigationItem
support. Set it onHUBViewModelBuilder
, and the framework will assign it to the associatedUIViewController
.- Convenience API to create view controllers without having to register a feature first.
HUBBlockContentOperationFactory
, a concrete content operation factory implementation that uses a block to create operations. Useful when a custom factory is not needed.- Components conforming to
HUBComponentContentOffsetObserver
are now notified when they appear on the screen. - Child components can now use
HUBComponentContentOffsetObserver
as well.
Removed
HUBViewModel.title
removed in favor ofHUBViewModel.navigationItem.title
.
Fixed
- Documentation issues (thanks @jerball, @vijaytholpadi & @hewigovens!)
- UI state management for components that were just created.
- View controller content offset calculation after updates.
- Potential crash & bug when performing partial updates of a view.