Roy Marmelstein
Roy Marmelstein
@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...
Traversing the view hierarchy in search of specific class that handle touches is not really scalable. This is an alternative solution.
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...