Swift: Use dump instead of println
With Swift 2.0 in Xcode7 the println function was renamed into print. Use dump function instead which adds newlines like println.
Please register or sign in to comment
With Swift 2.0 in Xcode7 the println function was renamed into print. Use dump function instead which adds newlines like println.