1 thought on “What does NSUSERDEFALTS in swift replace?”
Michelle
After Swift 3.0, Apple Company changed the name library name of all NS beginning with NS to simplify the function library (to be honest, just want to remove Jobs's influence), and deleted the beginning of NS. So the program you want should write this:
main.swift: import
let def = () n print (def)
not only, all the other NS starts like this.
It SWIFT 3.0 can also develop the program on the server, not only iOS programs. See Perfect
After Swift 3.0, Apple Company changed the name library name of all NS beginning with NS to simplify the function library (to be honest, just want to remove Jobs's influence), and deleted the beginning of NS. So the program you want should write this:
main.swift:
import
let def = () n
print (def)
not only, all the other NS starts like this.
It SWIFT 3.0 can also develop the program on the server, not only iOS programs. See Perfect