ChartsOrg/Charts

Focus events when using the charts with TVOS

开放

#1,138 创建于 2016年6月14日

 (2 条评论) (0 个反应) (0 位负责人)Swift (5,994 个派生)batch import
help wanted

仓库指标

星标
 (28,013 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南