I cannot access the URL, (after removing the spaces)
All of a sudden FileZilla won't properly transfer images at all (yes, set to binary). Looking for a new FTP.
Have added super. to all my touches (as seen below) and it still happens
override func touchesMoved(_ touches: SetUITouch, with event: UIEvent?){
super.touchesMoved(touches , with:event)
guard touches.first != nil else { return }
if toggleHigh {highliteGem(theGem: myGems[0], clearAll: true)}
if let touch = touches.first, let node = myGV.currentGem, node.isMoving == true {
let touchLocation = touch.location(in: self)
node.moved = true
print(touchLocation)
node.position = touchLocation
node.isMoving = true
node.inSlot = false
//addTrailToTwinkle(theNode: node)
}
}
Topic:
Programming Languages
SubTopic:
Swift
Tags: