ios - How to create a singleton class in swift? -


this question has answer here:

i need create singleton class in swift. can me code? know singleton classes helpful in creating generic code.

class singleton  {    static let sharedinstance = singleton() } 

Comments

Popular posts from this blog

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - On Gitbash - Bower : ENOGIT git is not installed or not in the PATH -