ChartsOrg/Charts

Focus events when using the charts with TVOS

Open

#1.138 geöffnet am 14. Juni 2016

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Swift (6.009 Forks)batch import
help wanted

Repository-Metriken

Stars
 (28.002 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello,

I'm trying to use these charts on a TVOS app. Till now, I'm able to get the charts displayed using my datasets. But, I'm facing issues while trying to interact with them. For example, If I draw a bar chart,

  • On IOS, whenever I click on any bar, there is a click event that handles the necessary things
  • On TVOS, there is no such notification. This is correct as these events in TVOS has to be done with focus events like (didUpdateFocusInContext, etc).

Is there a way this can be done. I really appreciate if anyone can help me solve this issue.

Thanks, Bharat

Contributor Guide