I have played a lot with my app and I do not understand how to make layout like in for example iTunes (also many apps uses it).
CollectionView
, but with special Flow
or it is TableView
with many CollectionView
?Below is two screenshots about what I am trying to tell you and example with my app.
View
it is made? TableView
,CollectionView
or just ViewController
with ScrollView
?I have read many sources and looked up demo projects, but nowhere I have found answers for this questions.
1) I think it would be a stackTemplate
containing a couple collectionList
s.
2) AFAIK the headers "jump up" on their own, no need to prepare anything special.
3) productTemplate
?
For examples, see https://github.com/iBaa/PlexConnectApp, /TVMLTemplates/Default/Movie_OnDeck.xml
(1) or Movie_PrePlay.xml
(3).
Or check the gold source: https://developer.apple.com/library/tvos/documentation/LanguagesUtilities/Conceptual/ATV_Template_Guide/StackTemplate.html, plus other Templates.