Kodeco Forums

Scene Kit Tutorial: Getting Started

Learn how to easily create 3D scenes in your iOS apps or games in this Scene Kit tutorial!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2243-scene-kit-tutorial-getting-started

Thank you for the tutorial!

Just a minor update for anyone using Xcode 7.3 in AppDelegate.swift:
func application(application: UIApplication, openURL url: NSURL, sourceApplication: String?, annotation: AnyObject) -> Bool { return true }

or else it gives the following compilation error:
AppDelegate.swift:29:8: Objective-C method ‘application:didFinishLaunchingWithOptions:’ provided by method ‘application(:didFinishLaunchingWithOptions:)’ conflicts with optional requirement method 'application(:didFinishLaunchingWithOptions:)’ in protocol ‘UIApplicationDelegate’

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you! :]