Danchat5

Results 10 comments of Danchat5

> Well thank you for being one of the few TVOS users :D ! > As there are few users, they might be some missed issues. > > First, are...

Right now the app is just the calendar view, the code is virtually identical with the tutorial with a few minor changes.

I went through steps 1, 2, and 3 (parts 1 & 2) [here.](https://github.com/patchthecode/JTAppleCalendar/wiki/Tutorials)

Here is a screenshot of my app. I tried placing a Segmented Control at the top, and so the focus starts on Sun. However, when I hit the down arrow,...

> Thanks! Any updates on this issue?

``` func calendar(_ calendar: JTACMonthView, didSelectDate date: Date, cell: JTACDayCell?, cellState: CellState, indexPath: IndexPath) { configureCell(view: cell, cellState: cellState) } func calendar(_ calendar: JTACMonthView, didDeselectDate date: Date, cell: JTACDayCell?, cellState:...

I just emailed you my project.

Interesting, so it's working for you but not me... this was the intended effect I wanted to see, but for some reason the selection is invisible for me. Regarding your...

I am aware of that, but you can also make selections by hitting the arrows on the remote, which can be accessed in the simulator with the arrow keys on...

I can confirm XCode is on Version 12.2 and the simulator is on version 14.2.