I can get the console output if I "Show Assistant Editor", but I don't want it there the whole time, just want it when I'm checking values. I've seen in videos that people can click the little (+) circle to see the results
, but when I click it this appears
I was wondering how I'd be able to get something that looks like this when I press the (+) ? 
Using: Xcode 6.4
I see this since Xcode 6.4, I think you need to println everything :( for UI use XCPShowView function from XCPlayground library. So first you need to import XCPlayground, then: XCPShowView("your title", yourUIViewObject)