| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hub Framework 2.0.9 source code.tar.gz | 2016-12-16 | 4.8 MB | |
| Hub Framework 2.0.9 source code.zip | 2016-12-16 | 5.2 MB | |
| README.md | 2016-12-16 | 812 Bytes | |
| Totals: 3 Items | 10.1 MB | 0 | |
Added
- A new diffing algorithm that performs a lot better when modifying a view model that has a large number of components.
HUBViewControllerScrollHandlercan now decide which keyboard dismiss mode that the view should use.HUBActionContextnow carriesHUBFeatureInfo, that can be used to make decisions in an action or action handler.HUBViewControllerDelegatecan now change the center point for overlay components, if it wants to.
Changed
- The API for adding JSON data to a builder has been tweaked to import better into Swift. In Swift, the methods are now named
addJSON(data:) throwsandaddJSON(dictionary:).
Fixed
- The project has now been updated for Xcode 8.2.
- Image loading is no longer forced to be async. This should heavily reduce flickering for cached images.