English 中文(简体)
• 在可读书中规范一间牢房的高度,但并非全部相同。
原标题:Customize height of n cells in UITableView, but not all the same

由于这里的民俗,我已经从我的路上学到了很多东西,到我正在工作的一个“冷静”项目。 然而,我很想知道,是否有任何人发现如何操纵可转让的电文,这样一间囚室(如果不可能的话,只能是选定的囚室)就会有不同的高度。

我知道,我可以这样作:

-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
return 70;

页: 1

修改整个表态。 但是,我如何把这个问题交给一个单一的、具体的小组处理?

最终目标是在通过表格进行滚动时实现“X射线”类似动物体效应。

感谢任何帮助。

Best regards, J*

最佳回答

你在提问中再次引用的方法正是你想要使用的方法。 你们所贴出的法典始终具有固定价值。 但是,<代码>indexPath para amount是这样,你就可以在任何有条件的加工过程中使用。 例如,确定该行是否选定,并恢复另一高度。

阁下还想注意,你从-[UITableView for RowAtIndPath:<>/> 达到这一高度。

问题回答




相关问题
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风格的解决办法,只是一个简单的袖珍流程......

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

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

热门标签