I'm new to Xcode and swift and I'm trying to understand what's the difference between "starting with playground" and "creating a new xcode project"
Answer
An Xcode project allows you to create real apps that you could eventually upload to the App Store (providing you became an Apple Developer). An Xcode Playground allows you to play with code and test it out. It isn't for mainstream developing. Does that help?
No comments:
Post a Comment