| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hub Framework 2.0.8 source code.tar.gz | 2016-12-08 | 4.8 MB | |
| Hub Framework 2.0.8 source code.zip | 2016-12-08 | 5.2 MB | |
| README.md | 2016-12-08 | 558 Bytes | |
| Totals: 3 Items | 10.0 MB | 0 | |
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.
HUBViewControllernow exposes itsviewURIas a public property.
Fixed
- A crash that could occur because of a race condition during rapid view model updates.