5
Como passar dados usando NotificationCenter em swift 3.0 e NSNotificationCenter em swift 2.0?
Estou implementando socket.ioem meu aplicativo ios swift. Atualmente em vários painéis estou ouvindo o servidor e aguardando mensagens recebidas. Estou fazendo isso chamando a getChatMessagefunção em cada painel: func getChatMessage(){ SocketIOManager.sharedInstance.getChatMessage { (messageInfo) -> Void in dispatch_async(dispatch_get_main_queue(), { () -> Void in //do sth depending on which panel user is …