"Value of type 'String' has no member 'uppercased'"
"Value of type 'String' has no member 'uppercased'"
Oi Rosmar, tudo bem ?
Acabei de gerar uma playground aqui para fazer o teste e deu tudo certo :
dá uma olhadinha no código que fiz :
//: Playground - noun: a place where people can play
import UIKit
var str = "Hello, playground"
print(str);
print(str.uppercased());
E no console saiu :
Hello, playground
HELLO, PLAYGROUND
Espero ter ajudado.
Abraços