English 中文(简体)
无法在UITableview中持有雕像,因而是可浏览的细胞
原标题:not able to hold scroll and thus uitableview cell in UITableview
  • 时间:2011-11-23 19:32:06
  •  标签:
  • iphone

i am aving a uitableview added programmatically.i am able to fill table view and decide number of row in table from array.i am able to scroll upto last data and can click the last uicell with data(obvisiously for didselectrowat:). My problem starts from here: on bottom of the table view i added a semi transparent image view.now if i scoll down for the last uicell and leave control from scroll to click(for didselectrowat:) that cell i am not able to click,it automatically goes down in the view and behind the transparent imageview. So,how can i be able to scroll and hold data above the transparent imageview.may be image can help u understanding my problem: image

i am not having mac right now with me..i can post my code the next working day? thanks

问题回答
[imageView setUserInteractionEnabled:NO];

以上工作应当做到。 它把触动性转移给下室。

如果你真的想清楚地看到最后的囚室,你可以选择:

  1. Add dummy row at the bottom of the table. This will let the bottom cell come up and stay there.
  2. Reduce the size of the table so that all of the table stays above the transparent image (that s not probably what you want).
  3. If the table is scrolled all the way down... make the image hidden for a couple of seconds.




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

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

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

热门标签