python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding SpriteKit scene to Swift Playground App project on Xcode?
I want to add an SKScene (.sks) to my Swift Playground App project (.swiftpm) on Xcode but when I add it to the project navigator I get the following error:
found 1 file(s) which are unhandled; explic...
Vinícius Binder
Votes: 0
Answers: 1
How to build app on swift playground and how to solve the error about WindowGroup?
I try to apply 100 day with swift course on swift playground for building app on ipad so i get some problem ,this is the contentview side code:`
import UIKit
class ViewController: UIViewController {
...
x3kss
Votes: 0
Answers: 1
Change Xcode Playground Font for comments/description
How can I change the font of "Topline" below to a e.g. smaller font, colored what ever in a Playground Page?
import Foundation
//: # Topline
var greeting = "Hello, playground"
//:...
JeanNicolas
Votes: 0
Answers: 0
How to add CloudKit to a Swift Playground app
Is it possible to add CloudKit to a Mac Swift Playground app? The simplicity of the Playground app is great for development, but I can't find a way to setup entitlements beyond what's provided in the ...
Ethan Kay
Votes: 0
Answers: 0