init(coder:)
Tells you when to initialize a sprite from an archive.
Declaration
init?(coder aDecoder: NSCoder)Discussion
Don’t call this function directly; the system calls this function when you should initialize your sprite from the argument archived data.