issues
search
jinios
/
swift-cardgameapp
솔리테어 카드게임앱 - 코드스쿼드 미션 (2018.04 - 2018.05)
0
stars
0
forks
source link
currentFrames값을 RootView기준으로 converting하기
#34
Closed
jinios
closed
6 years ago
jinios
commented
6 years ago
드래그 액션이 다 끝난 지점을 뜻하는 currentFrame
currentFrame은 movableViews의 원래 superView기준으로 나온다 (OneStack or FoundationView)
RootView의 origin기준으로 변환하여
isInside(point:)
를 파악한다.
isInside(point:)
를 파악한다.