English 中文(简体)
十二、在发出可上诉意见时不得传唤录音带
原标题:audioPlayerDidFinishPlaying not being called during scrolling UITableView

我的意见之一是一份<编码>可调用的<<>编码>,作为<代码>AVAudioPlayer的代表,本表在你选择一行时基本上保持健全,在服完完后,可以选择重复音响。

然而,我注意到,如果我选择一个重复的电室,通过<可调取<>可调用的电文/代码”选择另一种声音,则不会打上<条码>。 直至滚动停止之后(因此不再重复)。 一旦我停止开车,它就重了不起。 或者,如果我根本不施以鞭.,那就重了罚款。

在滚动中可以发生的情况是:已不再担任代表和打电话。 任何想法?

最佳回答

尽管文件没有明确说明,但我怀疑<条码>。 在主线上,电话被推迟(由我宣判):

The AVAudioPlayer class lets you play sound in any audio format available in iPhone OS. You use a delegate to handle interruptions (such as an incoming phone call) and to update the user interface when a sound has finished playing. The delegate methods for the AVAudioPlayer class are described in AVAudioPlayerDelegate Protocol Reference.

只要有一些事情需要处理,像滚动活动一样,这一呼吁正等待着主线。

问题回答

暂无回答




相关问题
how to detect Android ListView Scrolling stopped?

I m trying to do something after scrolling stopped.So, I tried using OnScrollListener#onScrollStateChanged(SCROLL_STATE_IDLE) to detect when the scrolling stopped(either TOUCH_SCROLL or FLING)(at 1.5 ...

jQuery - ScrollTo and Serial Scroll not working together

I have tested the scrollTo() plugin, but I need a way to stop the scrolling animation, so I am looking at serialScroll(). Here is what I used with scrollTo: $( #scroller ).scrollTo( 1000px , 3000); ...

Scrolling to the bottom of a div

As part of an ajax chat room (using prototype framework) I am working on I scroll the user to the bottom each time a message is added using the below js. However if the user has scrolled up and the ...

Displaying news with javascript

I keep coming up against this issue. Displaying news on a website. And I d like to come up with a solution to use like a template, something I can just drop on a site easily. The solution I keep ...

UITextview content moves up when textview is selected

I am pretty new to this iPhone dev thing but so far I have built a pretty good app but I have stumbled into this problem that for the life of me I cannot seem to solve. Basically the app is a chat ...