Post

Replies

Boosts

Views

Activity

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
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 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 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 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 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 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 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 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 Unable to update to Xcode 13.1 storage wise
Thanks, I knew unzipping required more, but didn't realize how much more. Ugh so much work. Better to get another HD. I have a WD MyCloud EX2 that won't go online. I'd be better off to see if I can convert it to a a local HD.
Replies
Boosts
Views
Activity
Oct ’21
Comment on How to properly destroy a child UIViewController?
Am reading it, handy but lengthy. But can’t a child window be modal as well?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Do child view controllers inherit the frame of their parents?
I don’t do anything other than the code you see above.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Why is superview returning nil?
deleting my comment....thank you, that was it
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Why does a dismissed child UIView doesn't reappear properly after its first appearance?
Actually the problem occurs when I am showing the window, but only after it is first dismissed.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Why does a dismissed child UIView doesn't reappear properly after its first appearance?
Same glitch regardless of which animation I chose.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21