HubFramework icon indicating copy to clipboard operation
HubFramework copied to clipboard

DEPRECATED – Spotify’s component-driven UI framework for iOS

Results 11 HubFramework issues
Sort by recently updated
recently updated
newest added

on #58 & 94 & 157

Plus some minor fixes (proposal)

[OCLint](http://oclint.org) is another static analysis tool that focuses on reducing complexity, confusion, and redundant code. It has a [ton](http://oclint-docs.readthedocs.io/en/stable/rules/index.html) of rules. This PR knocks out some of the simpler ones....

Create a collection view layout in the collection view factory when we create the collection view, and absolve the view controller of that responsibility. The VC now also doesn't need...

@cerihughes and I discussed the fact that subclassing HubViewController in order to define a contract (i.e. act as a protocol) was a bit strange. The argument against it was that...

do not merge
needs feedback

Traversing the view hierarchy in search of specific class that handle touches is not really scalable. This is an alternative solution.

enhancement
framework

Fixes https://github.com/spotify/HubFramework/issues/164. There are several things going on here: - Made HubFramework compile for tvOS (lots of compile flags). - Added support for the focus engine (a little trickier than...

framework
tvos

Always use `XCTAssertEqualObjects` when comparing objects for equality. `XCTAssertEqual` was causing some issues with `NSIndexPath` equality on 32 bit architectures (possibly because 64-bit architectures pool instances that are equal?)

enhancement
bug fix