view. convertPoint的使用

//把collectionView上的point转成view上面对应的坐标

letnewPoint =self?.collectionView.convert(pressPoint, to:self?.view)

你可能感兴趣的:(view. convertPoint的使用)