Open the preview panel: View > Assistant Editor > Show Assistant Editor
Then in your code:
import PlaygroundSupport
PlaygroundPage.current.liveView = view
Don’t forget to give your view a visible frame.
Ps: after Xcode 9, you can create a playground with default view
