I use AVFoundation to read the QR Code, after reading I get a string, the pattern "WIFI:S:name-of-network;T:WPA;P:password;;" How do I decode, with the ability to connect, and output separately password, name in label.text
I am new to swift, I would be grateful if you could describe the solution to the problem in detail. Thank you.