English 中文(简体)
1. 第4条 习俗史
原标题:iPhone4 iOS5 custom history UITableViewCell [image included] is it possible?

我试图补充一种方式,使我能够以易于理解的形式显示数据。 我尝试用图表来做这项工作,但发现这只是一个小.子,因此我无法找到更好的解决办法。

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: Custom UITableViewCell with pins indicating user events

我知道,这是可以通过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?

谢谢!

最佳回答

是的。 将统治者形象添加到可转让的电文中。

由此形成了一流可调频的电文,含有其认为将存在的一系列皮条物体。 关键物体将含有大体图像和横向位置。 然后,在表格中,数据交换法中,你将表格Cell的平体阵列上正确的皮条(或NSSet)。

为了使其更加轻重,你可以在UITableViewCell分流法中提取皮带。 然后,你只能穿透镜子的位置。

uck

问题回答

暂无回答




相关问题
Asynchronous request to the server from background thread

I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...

objective-c: Calling a void function from another controller

i have a void, like -(void) doSomething in a specific controller. i can call it in this controller via [self doSomething], but i don t know how to call this void from another .m file. I want to call ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

NSUndoManager and runModalForWindow:

I have a simple Core Data app which displays a list of entities in the main window. To create or add new entities, I use a second modal window with a separate managed object context so changes can be ...

NSMutableArray values becoming "invalid"

I m trying to show a database information in a tableview and then the detailed information in a view my problem is as follow: I created a NSMutableArray: NSMutableArray *myArray = [[NSMutableArray ...

iPhone numberpad with decimal point

I am writing an iPhone application which requires the user to enter several values that may contain a decimal point (currency values, percentages etc.). The number of decimal places in the values ...