English 中文(简体)
缩略语 观点 1. 参照标准
原标题:iPhone: UTableView with Uses More Memory with UITableViewStyleGrouped than with UITableViewStylePlain

1. 采用<条码>可使用字典<> /条码>的Im, 原文如下:

CGRect imgFrame = CGRectMake(0, 0, 320, 650);
UITableView *myTable = [[UITableView alloc] initWithFrame:imgFrame style:UITableViewStyleGrouped];
myTable.dataSource = self;
myTable.delegate = self; //make the current object the event handler for view
[self.view addSubview:myTable];
[myTable release];

该表的数据储存在一个阵列<代码>Array上。 目前,只有一节有100个记录/记录。

当我把电灯安装在我的IPhone时,我观察到,这份可调频的电文消耗了20枚Biper。 如果我把表象改为<编码>可调用的字母缩略号:StylePlain,那么只消耗4MB的记忆。

什么是“可调用的意见”?

Regards, prathumca.

问题回答

你的法典没有任何明显错误。 问题最可能的原因是不适当地重复使用牢房。

查阅<代码>-tableview:cellForRowAtIndexPath:中的逻辑。 我认为,你会发现,当你身穿便衣时,你会适当重复使用囚室,但是,如果你把你归类为人,你会每时都会建立新的囚室。 新囚室破灭。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

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 ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签