It seems the only way to make circles in a SKScene is to either upload a circular image or use SKShapeNodes.
What if we want to let the user import pictures from their address book or photo gallery and turn those pictures into circles (as opposed to rectangles) to be added to a SKScene.
Is this possible?
Yes, it's possible. You need to create a mask node, which is just a plain shape picture, it's a blank circle in your case, and add it to a crop node. Please consider the following: