python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to launch sparkEmmiter (created custom smoke.sks file) in the view? Swift 5
I have created the SpriteKit Particle Emitter file smoke.sks.
I want to make this animation run in a UIView, however, it has no addChild method and I still have some errors...
I have tried this solut...

J A S K I E R
Votes: 0
Answers: 1
SwiftUI - Fit X Circles of varying size (wrt each other) in a given frame (Packed Bubble Chart)
Is there any way to create something like this with SwiftUI (w/o using D3.js) -
// test data
@State private var data: [DataItem] = [
DataItem(title: "chrome", weight: 180, color:...
Kunal Verma
Votes: 0
Answers: 2
UIScreen.main.bounds returning incorrect size
UIScreen.main.bounds.width and UIScreen.main.bounds.height are both wrong. It's returning 414x736 but it should be about 360x640.
Device: iPhone 8 Plus.
dil12321
Votes: 0
Answers: 2
Properly Converting a point in `SKScene` to a location for a `UIView`
I have a UIView that I want to position on top of a certain area in an SKScene.
This is the point that I have in my SKScene:
guard let point = elementCGPoints.centroid() else {
return
}
...
narner
Votes: 0
Answers: 1