0
所以現在我使用自動佈局,並發現當我做出關於相交的if語句時,自動佈局會自動將圖像放回到其起始位置。AutoLayout摧毀路口
我已經嘗試了許多交叉報表例如:
if (CGRectIntersectsRect(Poop.frame, toilet.frame)) {
}
和
if(distance < (Poop.bounds.size.width/2.0 + toilet.bounds.size.width/2.0)){
}
自動版式似乎並不與交叉合作!請幫幫我。