console - Different output showing on Xcode's Playground -


i can console output if "show assistant editor", don't want there whole time, want when i'm checking values. i've seen in videos people can click little (+) circle see resultsenter image description here, when click appearsenter image description here wondering how i'd able looks when press (+) ? enter image description here

using: xcode 6.4

i see since xcode 6.4, think need println :( ui use xcpshowview function xcplayground library. first need import xcplayground, then: xcpshowview("your title", youruiviewobject)


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -