我试图补充一种方式,使我能够以易于理解的形式显示数据。 我尝试用图表来做这项工作,但发现这只是一个小.子,因此我无法找到更好的解决办法。
Here s a problem: I want to show up to 30 days of data, with user reported events plotted against a timeline. The events should align vertically, to visually provide a reference of when certain events cluster together.
To solve the problem, I thought of using a UITableView with a background which has a scale, and superimpose upon that background a set of "pins", indicating user events. As the table is scrolled, the events would align one under another, providing a good indication historic event development:
我知道,这是可以通过UIScrollView进行的,在那里,我只能担任一系列统治者,并增加一些活动。 为了高效地做到这一点,我不得不使用蒂尔来,我没有这方面的经验。
我很想知道,如果有可能的话,我会问一下,在我看来,已经对我进行ach和til。
我试图将UIImageView添加到一张表上,但并没有产生预期的结果。 I d 能够动态地在桌子上添加任何次目。 我可以这样做,把一些预定的图像添加到轴心中,然后试图重新定位,但这似乎不是一种理想的解决办法。
Is what I m trying to do possible with UITableView, or should I abandon these efforts and look at UIScrollView with tiling?
谢谢!