因此,我有三行可读的书,包括三行(每个书目和图像,以及不同的文本领域)。
现在,第四行有UISegmentedControl。 一俟我加入,《可上诉意见》即告失效。 当我再次放弃时,一切都是顺利的。
我如何添加UISegmentedControl并仍然保持平滑滚动?
因此,我有三行可读的书,包括三行(每个书目和图像,以及不同的文本领域)。
现在,第四行有UISegmentedControl。 一俟我加入,《可上诉意见》即告失效。 当我再次放弃时,一切都是顺利的。
我如何添加UISegmentedControl并仍然保持平滑滚动?
问题类似。 在部分控制消失后,退步是徒劳的。 问题可能是初步的。
首先检查你是否正确地使用了 "dequeueReusableCellWithIdentifier" (也许你忘了为自定义单元格指定唯一的 ID ?)
第二次检查,如果你没有去除 指控和插入 每一次都配有Title。 在您的习俗小组中添加一些内容,以告诉你,如果它是一个新单位,或者一个有某些部分的再利用小组。 之后,如果电池的准确数量没有清理和增加,则“可重新使用的CellWithIdentifier”即行。
在我的情况下,我检查了第一个,但没有检查第二个,这使得我的滚动出现了延迟。似乎分段清除和添加是一项昂贵的操作。
希望这能帮到你。
我也存在同样的问题。 由于业务逻辑,我的用人应当更新这些囚室,以便间隔几秒。 每个小组都有分散的控制,我正在拆除所有部分,为每次更新再加添。 一段时间后,roll升的速度令人难以置信。 我只是在真正需要的时候,而不是在每次更新时这样做的时候,才解决删除/处理各部分的问题。 另外,使用“可使用CellWithIdentifier”。 如今,它正在做罚款。
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 ...
HI, In our application i am using corelocationframework when opening application a alert for allow and dont allow.when clicking on the allow for current location we will show current location.When ...
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 ...
我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......
我希望我与四舍五入的累进角进行网上讨论。
我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。
We have a restaurant table that has lat-long data for each row. We need to write a query that performs a search to find all restaurants within the provided radius e.g. 1 mile, 5 miles etc. We have ...
I like to write bash shell scripts on my iPhone, put them in an app folder with an icon, plist, etc., so they execute like apps by tapping their icon on SpringBoard. This is not interactive like ...