ios單例模式的幾種寫法

 單例模式是開發中最經常使用的寫法之一,iOS的單例模式有兩種官方寫法,以下:函數 1.不使用GCDspa #import "ServiceManager.h" static ServiceManager *defaultManager; @implementation ServiceManager +(ServiceManager *)defaultManager{ if(!d
相關文章
相關標籤/搜索