Hey everyone. I need some help :wink: How can I get a `String` with the content of an `NSData` ? In...
s
Hey everyone. I need some help 😉 How can I get a
String
with the content of an
NSData
? In swift, it would be:
let datastring = String(data: fooData, encoding: NSUTF8StringEncoding)
s
s
Thank you very much 🙂