UICollectionViewCell call charge function automaticly when Touch Down

There are several buttons in my cell, one of them will call charge function when touch up inside.

But... I found that charge function is called when finger touch down inside this cell, eventhough I haven't click charge button.


I can't find any document about charge function in UICollectionViewCell...