Does CCScrollView support accelerometer?

I need implement an acceleration effect on CCScrollView which likes the list view in IOS system. (When you scroll the list quickly, the list will move more and more faster at first. After a while it will more and more slow until it stopped.)
Does anyone know the CCScrollView support this feature by itself or i need make the code for it completely?

I am having the same problem.

I’ve found TableView example in samples folder which appears to have accelerating/decelerating effect. Yet it turned off when I disabled bounceable effect.

Any success?