toshi0383 / TVMLKitchen

Swifty TVML template manager with or without client-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does Kitchen's default presentationType behave ?

toshi0383 opened this issue Β· comments

There are two push methods to present a TVML view, replaceDocument and pushDocument.
https://developer.apple.com/library/tvos/documentation/TVMLJS/Reference/TVJSNavigationDocument_Ref/index.html

The defaultPresenter in kitchen.js pushes document. If loadingIndicator exists, it replaces document.

@anthonycastelli Would this answer your question in #69 ?

It does, however, if I present a TabBar and to to menu back to the previous screen, it'll just exit the app. So I think Its replacing it for me.

Could you modify the SampleRecipe demo code so it reproduces that problem ?
I can checkout the branch and see the problem quickly. πŸ˜‰

Sure. I'll be home in about 30-40 minutes so I'll give it a whirl.

Sent from my iPhone

On Mar 27, 2016, at 7:29 PM, Toshihiro Suzuki notifications@github.com wrote:

Could you modify the SampleRecipe demo code so it reproduces that problem ?
I can checkout the branch and see the problem quickly. πŸ˜‰

β€”
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

I was actually doing something wrong when I presenting the initial view. I kept presenting it Modaly and when I set it to Default, everything started working. πŸ‘

That sounds great πŸ™Œ
Case closed.πŸ•΅