Post

Replies

Boosts

Views

Activity

Comment on What is the proper term for create a world in Swift?
Is there a term for it? When I Google create a world scene the links I get back are for "Hello World."
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Change the default simulator on Xcode 12.5
Actually it doesn't stick Keeps going back to phone
Replies
Boosts
Views
Activity
Aug ’21
Comment on Change the default simulator on Xcode 12.5
That was so stupidly simple that I'm embarrassed. But thank you.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Why am I getting touchesCanceled instead of touchesEnded?
So it's the OS, I understand. Would be nice if we could adjust some of the variables. Thanks
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Can I get an subclass's property from a function call that returns said subclass?
Actually you were right, I also need to unwrap it as well since it could return a nil
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on How to refine the shape of an SKSpriteNode for tap gestures?
That sounds like a lot of calls. Is this part of the SpriteKit? Surely it can't view every Node as a rectangle or square?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on What is the syntax for "if not" in Swift?
But this would then go when all I really want is the not part if let twinkling = getHighGem() as? MyGem { } else { ..... }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on How can I return a nil in Swift
Thank you, Swift's syntax is killing me tho
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Is there a way to translate touches to screen coordinates
Sorry, actually there is no superview method
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21